Overview
quaternion unit quaternion for representing rotations in Aspose.3D for .NET, used. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition.
Fields
| Name | Type | Description |
|---|
W | float | Scalar component |
X | float | X component |
Y | float | Y component |
Z | float | Z component |
Properties
| Property | Type | Access | Description |
|---|
Identity | Quaternion | Read | |
Methods
Equals(obj)
| Parameter | Type | Description |
|---|
obj | object? | |
GetHashCode()
See Also