GlobalTransform
GlobalTransform class
Global transform is similar to Transform
but it’s immutable while it represents the final evaluated transformation. Right-hand coordinate system is used while evaluating global transform
public class GlobalTransform
Properties
Name | Description |
---|---|
EulerAngles { get; } | Gets the rotation represented in Euler angles, measured in degree |
Rotation { get; } | Gets the rotation represented in quaternion. |
Scale { get; } | Gets the scale |
TransformMatrix { get; } | Gets the transform matrix. |
Translation { get; } | Gets the translation |
See Also
- namespace Aspose.ThreeD
- assembly Aspose.3D