| identmatrix |
() |
typedict.Matrix |
| |
Replaces this matrix with the identity matrix
and returns this matrix to the caller.
identmatrix
is equivalent to,
setmatrix(new Matrix)
but it is a little more efficient because you do not have to create
the matrix argument.
In practice
identmatrix
is not used much, but an application that decides it needs to work at
the pixel level may find it useful.
| |
| Return: |
Matrix
| | |
| See Also: |
concat,
concatmatrix,
currentmatrix,
dividematrix,
dtransform,
Graphics,
idtransform,
initmatrix,
invertmatrix,
itransform,
maptopixel,
rotate,
scale,
setmatrix,
shear,
transform,
translate
|
|
Yoix is a registered trademark of AT&T Inc.
|