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

◆ Length()

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

Definition at line 387 of file Quaternion.cs.

388 {
389 float x = LengthSquared();
390 return MathF.Sqrt(x);
391 }
readonly float LengthSquared()

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