Transform3 Structure |
Namespace: Lumiscaphe.Workshop.Interop
The Transform3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Transform3 |
Initializes a new instance of the Transform3 structure.
|
| Name | Description | |
|---|---|---|
| RotationMatrix |
Gets the rotation matrix.
| |
| ScalingMatrix |
Gets the scaling matrix.
| |
| TransformMatrix4 |
Gets the transformation matrix corresponding to the transform.
| |
| TranslationMatrix |
Gets the translation matrix.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Format the Transform3 to a String.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Default |
The identity transformation.
| |
| Rotation |
The Euler angles vector.
| |
| Scaling |
The scaling vector.
| |
| Translation |
The translation vector.
|