Click or drag to resize

QuaternionLengthSq(Quaternion) Method

Length squared of Quaternion

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

Parameters

q  Quaternion
Source Quaternion

Return Value

Single
Length squared as a Single
See Also