Table of Contents

Method b3LengthSquared

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

b3LengthSquared(Vector3)

Computes the squared length of a vector.

public static float b3LengthSquared(Vector3 a)

Parameters

a Vector3

The vector.

Returns

float

The squared length.