KSurface.transform() method
对当前面应用一转换矩阵,从而实现对其几何变换。
Transform this surface 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;否则为false.。
Return true if successful, otherwise return false.