Transform
Overview
Transform is a class in Aspose.3D FOSS for .NET.
The local transform of the node
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Translation | FVector3 | Read/Write | Gets or sets the positional offset as an FVector3 vector |
Rotation | Quaternion | Read/Write | Gets or sets the orientation as a Quaternion |
Scale | FVector3 | Read/Write | Gets or sets the scaling factors as an FVector3 vector |
Matrix | Matrix4 | Read | Gets or sets the 4x4 transformation matrix as a Matrix4 |
Methods
| Signature | Description |
|---|---|
Transform() | Creates a new Transform with default translation, rotation, scale, and identity matrix |