Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ LengthSquared()

double ReLogic.Utilities.Vector2D.LengthSquared ( )
inline

Definition at line 74 of file Vector2D.cs.

75 {
76 return X * X + Y * Y;
77 }

References ReLogic.Utilities.Vector2D.X, and ReLogic.Utilities.Vector2D.Y.