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

◆ Length()

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

Definition at line 368 of file Vector3.cs.

369 {
370 float x = LengthSquared();
371 return MathF.Sqrt(x);
372 }
readonly float LengthSquared()
Definition Vector3.cs:375

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

Referenced by System.Numerics.Matrix4x4.Decompose().