Click or drag to resize

AnglesToQuaternion Method

Converts the current instance of Angles into the equivalent Quaternion structure.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Quaternion ToQuaternion()

Return Value

Type: Quaternion
The equivalent Quaternion structure.
See Also