Table of Contents

Method b3IsNormalizedQuat

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3IsNormalizedQuat(Quaternion)

Determines whether a quaternion has unit length.

public static bool b3IsNormalizedQuat(Quaternion q)

Parameters

q Quaternion

The quaternion.

Returns

bool

true when the quaternion is normalized.