Constructor summary
Signature
Matrix([a:Number],
[b:Number],
[c:Number],
[d:Number],
[tx:Number],
[ty:Number])
Method summary
Modifiers
Signature
clone() : Matrix
concat(m:Matrix) :
Void
createBox(scaleX:Num
ber, scaleY:Number,
[rotation:Number],
[tx:Number],
[ty:Number]) : Void
createGradientBox(wi
dth:Number,
height:Number,
[rotation:Number],
[tx:Number],
[ty:Number]) : Void
deltaTransformPoint(
pt:Point) : Point
identity() : Void
invert() : Void
rotate(angle:Number)
: Void
scale(sx:Number,
sy:Number) : Void
Description
Creates a new Matrix object with the specified parameters.
Description
Returns a new Matrix object that is a clone of this
matrix, with an exact copy of the contained object.
Concatenates a matrix with the current matrix,
effectively combining the geometric effects of the two.
Includes parameters for scaling, rotation, and
translation.
Creates the specific style of matrix expected by the
MovieClip.beginGradientFill() method.
Given a point in the pretransform coordinate space,
returns the coordinates of that point after the
transformation occurs.
Sets each matrix property to a value that cause a
transformed movie clip or geometric construct to be
identical to the original.
Performs the opposite transformation of the original
matrix.
Sets the values in the current matrix so that the matrix
can be used to apply a rotation transformation.
Modifies a matrix so that its effect, when applied, is to
resize an image.
Matrix (flash.geom.Matrix)
765
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?