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

◆ ToString()

override readonly string System.Numerics.Matrix3x2.ToString ( )
inline

Definition at line 389 of file Matrix3x2.cs.

390 {
391 return $"{{ {{M11:{M11} M12:{M12}}} {{M21:{M21} M22:{M22}}} {{M31:{M31} M32:{M32}}} }}";
392 }