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
vVector3-
The vector.
Returns
- float
-
The length.
Computes the length of a vector.
public static float b3Length(Vector3 v)v Vector3 The vector.
The length.