Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Translation
Vector2
System.Numerics.Matrix3x2.Translation
get
set
Definition at line
27
of file
Matrix3x2.cs
.
28
{
29
readonly
get
30
{
31
return
new
Vector2
(
M31
,
M32
);
32
}
33
set
34
{
35
M31
=
value
.X;
36
M32
=
value
.Y;
37
}
38
}
Microsoft.Xna.Framework.Graphics.SurfaceFormat.Vector2
@ Vector2
System.ExceptionArgument.value
@ value
System.Numerics.Matrix3x2.M31
float M31
Definition
Matrix3x2.cs:19
System.Numerics.Matrix3x2.M32
float M32
Definition
Matrix3x2.cs:21
System
Numerics
Matrix3x2
Generated by
1.10.0