Table of Contents

Method b3Length

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

b3Length(Vector3)

Computes the length of a vector.

public static float b3Length(Vector3 v)

Parameters

v Vector3

The vector.

Returns

float

The length.