Wiki > TV3D65 Index > TVMathLibrary
Calculates squared length of a quaternion.
| VB.NET | TVQuaternionLengthSq(retOutQuat As TV_3DQUATERNION) As Single | |
|---|---|---|
| C++ | float TVQuaternionLengthSq(cTV_3DQUATERNION* retOutQuat) | |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| retOutQuat | No | Quaternion |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| Single | No | Length of quaternion |
| Example | Basic example. |
|---|