Table of Contents

Method b3Normalize

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

b3Normalize(Vector3)

Normalizes a vector.

public static Vector3 b3Normalize(Vector3 a)

Parameters

a Vector3

The vector.

Returns

Vector3

The unit vector, or the zero vector if the input is very small.