Method b3IsNormalized
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3IsNormalized(Vector3)
Determines whether a vector has unit length.
public static bool b3IsNormalized(Vector3 a)Parameters
aVector3-
The vector.
Determines whether a vector has unit length.
public static bool b3IsNormalized(Vector3 a)a Vector3 The vector.