跳到主要内容

KPoint2d.appliedMatrix3() method

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

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

Signature:

appliedMatrix3(matrix: KMatrix3): KPoint2d;

Links: appliedMatrix3(matrix: KMatrix3): KPoint2d;

Parameters

Parameter

Type

Description

matrix

KMatrix3

传入变换矩阵。

the input transform matrix.

Returns:

KPoint2d

新点。

The new point.