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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Quaternion ToQuaternion()

Return Value

Quaternion
The equivalent Quaternion structure.
See Also