Vec2.LengthSq

float LengthSq{ get }

Description

This is the squared length/magnitude of the vector! It skips the Sqrt call, and just gives you the squared version for speedy calculations that can work with it squared.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!