Method b3Sub
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Sub(Vector3, Vector3)
Subtracts one vector from another.
public static Vector3 b3Sub(Vector3 a, Vector3 b)Parameters
Returns
- Vector3
-
The difference.
Subtracts one vector from another.
public static Vector3 b3Sub(Vector3 a, Vector3 b)The difference.