Method b3Perp
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Perp(Vector3)
Computes a unit vector perpendicular to the given vector.
public static Vector3 b3Perp(Vector3 a)Parameters
aVector3-
The vector.
Returns
- Vector3
-
A perpendicular unit vector.