a
b
c
d
tx
ty
克隆指定的二维仿射变换矩阵。
Specified AffineTransform
objects
将两个矩阵相乘的结果赋值给出口矩阵。
Out object to store the concat result
The first transform object.
The transform object to concatenate.
将四维矩阵转换为二维仿射变换矩阵并赋值给出口矩阵。
The output matrix to store the result
transform matrix.
创建单位二维仿射变换矩阵,它不进行任何变换。
将矩阵求逆的结果赋值给出口矩阵。
Out object to store the invert result
the input AffineTransform
object
应用二维仿射变换矩阵到矩形上, 并转换为有向包围盒。 这个函数不创建任何内存,你需要先创建包围盒的四个 Vector 对象用来存储结果,并作为前四个参数传入函数。
Output vector for storing the bottom left corner coordinates of the Obb object
Output vector for storing the top left corner coordinates of the Obb object
Output vector for storing the top right corner coordinates of the Obb object
Output vector for storing the bottom right corner coordinates of the Obb object
The rect object to apply transform.
transform matrix.
应用二维仿射变换矩阵到矩形上,并将结果赋值给出口矩形。
The output rect object to store the result
The rect object to apply transform.
transform matrix.
应用二维仿射变换矩阵到二维尺寸上,并将结果赋值给出口尺寸。
The output size to store the result
The size to apply transform.
transform matrix.
应用二维仿射变换矩阵到二维向量上,并将结果赋值给出口向量。
The output vector to store the result
Vector to apply transform.
transform matrix.
应用二维仿射变换矩阵到二维向量上,并将结果赋值给出口向量。
The output vector to store the result
x to apply transform.
y to apply transform.
transform matrix.
Generated using TypeDoc
二维仿射变换矩阵,描述了平移、缩放和缩放。