Method b3IsValidVec3
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3IsValidVec3(Vector3)
Determines whether a vector is neither NaN nor infinite.
public static extern NativeBool b3IsValidVec3(Vector3 a)Parameters
aVector3-
The vector to test.
Returns
- NativeBool
-
true when the vector is valid.