Click or drag to resize

QuaternionGetAngle Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Radian GetAngle(
	Quaternion v1,
	Quaternion v2
)

Parameters

v1
Type: NeoAxisQuaternion
v2
Type: NeoAxisQuaternion

Return Value

Type: Radian
See Also