Calculates the magnitude (length) of the vector squared.
उदाहरण
सिंटैक्स
magSq()
magSq(vecT)
पैरामीटर्स
vecT
p5.Vector:
the vector to return the squared magnitude of
Returns
Number: squared magnitude of the vector.
This page is generated from the comments in src/math/p5.Vector.js . Please feel free to edit it and submit a pull request!