System::vmag2
Calculates the magnitude of a vector but does not perform Sqrt operations. (Its way faster)
Syntax
system.vmag2(p0, p1, p2);
Required Arguments
- p0: float
- p1: float
- p2: float
Return value
- float
Example
todo
Calculates the magnitude of a vector but does not perform Sqrt operations. (Its way faster)
system.vmag2(p0, p1, p2);
todo