Click or drag to resize

QuaternionLengthD(Quaternion) Method

Length of Quaternion

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static double LengthD(
	Quaternion q
)

Parameters

q  Quaternion
Source Quaternion

Return Value

Double
Length as a Double
See Also