Table of Contents

Method b3IsNormalized

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

b3IsNormalized(Vector3)

Determines whether a vector has unit length.

public static bool b3IsNormalized(Vector3 a)

Parameters

a Vector3

The vector.

Returns

bool

true when the vector is normalized.