Method b3Neg
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Neg(Vector3)
Negates a vector.
public static Vector3 b3Neg(Vector3 a)Parameters
aVector3-
The vector.
Returns
- Vector3
-
The negated vector.
Negates a vector.
public static Vector3 b3Neg(Vector3 a)a Vector3 The vector.
The negated vector.