| 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. If PhysicsWorld.TransformPlane.Custom is used, PhysicsWorld.TransformPlane.XY will be used instead which may not provide the correct results.
| 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. If PhysicsWorld.TransformPlane.Custom is used, PhysicsWorld.TransformPlane.XY will be used instead which may not provide the correct results.
| Parameter | Description |
|---|---|
| matrix | 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. If PhysicsWorld.TransformPlane.Custom is used, PhysicsWorld.TransformPlane.XY will be used instead which may not provide the correct results.