Method b3Sign
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Sign(Vector3)
Computes the component-wise sign of a vector, treating zero as positive.
public static Vector3 b3Sign(Vector3 a)Parameters
aVector3-
The vector.
Returns
- Vector3
-
A vector of minus one and one values.