Transform Class | |
public abstract class Transform
The Transform type exposes the following members.
| Name | Description | |
|---|---|---|
| IsIdentity | Gets a Boolean that specifies if the Matrix is identity (there is no transformation). | |
| ParentTransform | In case this transformation is added to a TransformGroup that this property is set to this TransformGroup. | |
| Value | Gets the Matrix4x4 of this transformation. |
| 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. |