跳到主要内容

KVector2d.appliedMatrix3() method

对当前向量应用一个矩阵来进行变换。

Return a new Vector which is the result of this vector transformed by the input matrix.

Signature:

appliedMatrix3(matrix: KMatrix3): KVector2d;

Links: appliedMatrix3(matrix: KMatrix3): KVector2d;

Parameters

Parameter

Type

Description

matrix

KMatrix3

变换矩阵。

the input transform matrix.

Returns:

KVector2d

得到一个新的向量。

The new vector.