跳到主要内容

KVector3d.appliedMatrix4() method

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

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

Signature:

appliedMatrix4(matrix: KMatrix4): KVector3d;

Links: appliedMatrix4(matrix: KMatrix4): KVector3d;

Parameters

Parameter

Type

Description

matrix

KMatrix4

变换矩阵。

the input transform matrix.

Returns:

KVector3d

得到一个新的向量。

The new vector.