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
aVector3-
The vector.
Returns
- float
-
The squared length.