KPoint2d.appliedMatrix3() method
通过一个矩阵对当前点进行变换,获得一新点。
Return a new KPoint3d which is the result of this point transformed by the input matrix.
Signature:
appliedMatrix3(matrix: KMatrix3): KPoint2d;
Parameters
Parameter | Type | Description |
---|---|---|
matrix | 传入变换矩阵。 the input transform matrix. |
Returns:
新点。
The new point.