KVector2d.appliedMatrix3() method
对当前向量应用一个矩阵来进行变换。
Return a new Vector which is the result of this vector transformed by the input matrix.
Signature:
appliedMatrix3(matrix: KMatrix3): KVector2d;
Parameters
Parameter | Type | Description |
---|---|---|
matrix | 变换矩阵。 the input transform matrix. |
Returns:
得到一个新的向量。
The new vector.