Name

PVector_mag

Description Calculates the magnitude (length) of the vector and returns the result as a float (this is simply the equation sqrt(x*x + y*y + z*z).)
Syntax
.mag()
Related PVector_magSq
Creative Commons License