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

◆ Length()

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

Definition at line 410 of file Vector4.cs.

411 {
412 float x = LengthSquared();
413 return MathF.Sqrt(x);
414 }
readonly float LengthSquared()
Definition Vector4.cs:417

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

Referenced by System.Numerics.Vector4.Normalize().