Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Translation
Vector3
Microsoft.Xna.Framework.Matrix.Translation
get
set
Definition at line
191
of file
Matrix.cs
.
192
{
193
get
194
{
195
Vector3
result =
default
(Vector3);
196
result.X =
M41
;
197
result.Y =
M42
;
198
result.Z =
M43
;
199
return
result;
200
}
201
set
202
{
203
M41
=
value
.X;
204
M42
=
value
.Y;
205
M43
=
value
.Z;
206
}
207
}
Microsoft.Xna.Framework.Graphics.VertexElementFormat.Vector3
@ Vector3
System.ExceptionArgument.value
@ value
Microsoft.Xna.Framework.Matrix.M42
float M42
Definition
Matrix.cs:71
Microsoft.Xna.Framework.Matrix.M41
float M41
Definition
Matrix.cs:68
Microsoft.Xna.Framework.Matrix.M43
float M43
Definition
Matrix.cs:74
Microsoft
Xna
Framework
Matrix
Generated by
1.10.0