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

◆ Length()

readonly float System.Numerics.Vector2.Length ( )
inline

Definition at line 358 of file Vector2.cs.

359 {
360 float x = LengthSquared();
361 return MathF.Sqrt(x);
362 }
readonly float LengthSquared()
Definition Vector2.cs:365

References System.Numerics.Vector2.LengthSquared(), and System.MathF.Sqrt().