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