Transform Methods |
The Transform type exposes the following members.
Name | Description | |
---|---|---|
OnChanged | OnChanged | |
TransformBoundingBox | Transforms the BoundingBox with this transformation and returns the transformed BoundingBox | |
TransformNormal | Transforms the 3D normal vector that is defined by a Vector3 with this transformation but without using translation (using the 4th row of the matrix) and returns the transformed Vector3 that is only rotated and scaled but not translated. | |
TransformPosition | Transforms the 3D positions that is defined by a Vector3 with this transformation and returns the transformed Vector3. |