Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Translation
Vector3
System.Numerics.Matrix4x4.Translation
get
set
Definition at line
79
of file
Matrix4x4.cs
.
80
{
81
readonly
get
82
{
83
return
new
Vector3
(
M41
,
M42
,
M43
);
84
}
85
set
86
{
87
M41
=
value
.X;
88
M42
=
value
.Y;
89
M43
=
value
.Z;
90
}
91
}
Microsoft.Xna.Framework.Graphics.VertexElementFormat.Vector3
@ Vector3
System.ExceptionArgument.value
@ value
System.Numerics.Matrix4x4.M42
float M42
Definition
Matrix4x4.cs:59
System.Numerics.Matrix4x4.M41
float M41
Definition
Matrix4x4.cs:57
System.Numerics.Matrix4x4.M43
float M43
Definition
Matrix4x4.cs:61
System
Numerics
Matrix4x4
Generated by
1.10.0