Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToString()
override readonly
string
System.Numerics.Matrix4x4.ToString
(
)
inline
Definition at line
1381
of file
Matrix4x4.cs
.
1382
{
1383
return
$
"{{ {{M11:{M11} M12:{M12} M13:{M13} M14:{M14}}} {{M21:{M21} M22:{M22} M23:{M23} M24:{M24}}} {{M31:{M31} M32:{M32} M33:{M33} M34:{M34}}} {{M41:{M41} M42:{M42} M43:{M43} M44:{M44}}} }}"
;
1384
}
System
Numerics
Matrix4x4
Generated by
1.10.0