跳到主要内容

KPoint3d.appliedMatrix4() method

通过一个矩阵对当前点进行变换,获得一新点。

Return a new KPoint3d which is the result of this point transformed by the input matrix.

Signature:

appliedMatrix4(matrix: KMatrix4): KPoint3d;

Links: appliedMatrix4(matrix: KMatrix4): KPoint3d;

Parameters

Parameter

Type

Description

matrix

KMatrix4

传入变换矩阵。

the input transform matrix.

Returns:

KPoint3d

新点。

The new point.