KCurve3d.transform() method
对当前曲线进行变换。
Transform this curve to a new one.
Signature:
transform(matrix: KMatrix4): boolean;
Links: transform(matrix: KMatrix4): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
matrix | 变换矩阵。 The transform matrix. |
Returns:
boolean
当执行正确的话,返回true。
Return true if successful, otherwise return false.