(Optional) The value that affects the positioning of pixels along the x axis when scaling or rotating an image.
(Optional) The value that affects the positioning of pixels along the y axis when rotating or skewing an image.
(Optional) The value that affects the positioning of pixels along the x axis when rotating or skewing an image.
(Optional) The value that affects the positioning of pixels along the y axis when scaling or rotating an image.
(Optional) The distance by which to translate each point along the x axis.
(Optional) The distance by which to translate each point along the y axis.
(Optional) Additional parameter.
A new Matrix instance with exactly the same properties as the original instance.
The current matrix object.
The multiplier used to scale the object along the x axis.
The multiplier used to scale the object along the y axis.
The current matrix object.
设置矩阵 输出矩阵 = 平移矩阵旋转矩阵斜切矩阵缩放矩阵描点矩阵 [a,b,tx] = [1,0,x] * [cos(r),-sin(r),0] * [cos(sy),sin(sx),0] * [sx,0,0] * [1,0,-pivotx] [c,d,ty] [0,1,y] [sin(r), cos(r),0] [sin(sy),cos(sx),0] [0,sy,0] [0,1,-pivoty]
x坐标
y坐标
x轴缩放
y轴缩放
旋转,以角度为单位。
x轴倾斜,以角度为单位。
y轴倾斜,以角度为单位。
x 描点
y 描点
The value that affects the positioning of pixels along the x axis when scaling or rotating an image.
The value that affects the positioning of pixels along the y axis when rotating or skewing an image.
The value that affects the positioning of pixels along the x axis when rotating or skewing an image.
The value that affects the positioning of pixels along the y axis when scaling or rotating an image.
The distance by which to translate each point along the x axis.
The distance by which to translate each point along the y axis.
The current matrix object.
The distance to translate along the x axis.
The distance to translate along the y axis.
The current matrix object.
The 2D skew angle along the X axis in radians.
The 2D skew angle along the Y axis in radians.
The current Matrix object.
返回列出该 Matrix 对象属性的文本值。
一个字符串,它包含 Matrix 对象的属性值:a、b、c、d、tx 和 ty。
The amount to move along the x axis (in pixels).
The amount to move along the y axis (in pixels).
The current matrix object.
静态
create静态
mul静态
mul16
En
Represents a transformation matrix that determines how to map points from one coordinate space to another. You can perform various graphical transformations on a display object by setting the properties of a Matrix object, applying it to the matrix property of a Transform object, and then applying that Transform object as the transform property of the display object. These transformation functions include translation (x and y repositioning), rotation, scaling, and skewing.
Zh
表示一个转换矩阵,它确定如何将点从一个坐标空间映射到另一个坐标空间。 您可以对一个显示对象执行不同的图形转换,方法是设置 Matrix 对象的属性,将该 Matrix 对象应用于 Transform 对象的 matrix 属性, 然后应用该 Transform 对象作为显示对象的 transform 属性。这些转换函数包括平移(x 和 y 重新定位)、旋转、缩放和倾斜。