normSq3

Get the squared vector norm of a 3-dimensional vector.

Signatures

  •   Paramate.Math3D.normSq3( a )

Details

The function calculates the squared norm value of a 3-dimensional vector.

Parameters

a

A vector of type [<number>, <number>, <number>].

Return value

A number that is the squared norm value of the vector.