norm3
Get the vector norm of a 3-dimensional vector.
Signatures
- Paramate.Math3D.norm3( a )
Details
The function calculates the norm of a 3-dimensional vector.
Parameters
- a
-
A vector of type [<number>, <number>, <number>].
Return value
A number that is the norm value of the vector.