Method b3Abs
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Abs(Vector3)
Computes the component-wise absolute value of a vector.
public static Vector3 b3Abs(Vector3 a)Parameters
aVector3-
The vector.
Returns
- Vector3
-
The component-wise absolute value.