Method b3DistanceSquared
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DistanceSquared(Vector3, Vector3)
Computes the squared distance between two points.
public static float b3DistanceSquared(Vector3 a, Vector3 b)Parameters
Returns
- float
-
The squared distance.