Parameter | Description |
---|---|
position | The 3D position to transform. |
transformPlane | The transform plane to use. |
Vector3 The transformed position.
Transform a 3D position into a 3D position using the selected transform plane.
Parameter | Description |
---|---|
position | The 3D position to transform. |
transformPlane | The transform plane to use. |
Vector4 The transformed position.
Transform a 3D position (with perspective divide) into a 3D position using the selected transform plane.
Parameter | Description |
---|---|
position | The Matrix position to transform. |
transformPlane | The transform plane to use. |
Matrix4x4 The transformed matrix.
Transform a Matrix position (with perspective divide) into a Matrix position using the selected transform plane.