Method b3SubPos
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3SubPos(Vector3, Vector3)
Subtracts two world positions, producing a local offset.
public static Vector3 b3SubPos(Vector3 a, Vector3 b)Parameters
Returns
- Vector3
-
The offset.