Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Backward
Vector3
Microsoft.Xna.Framework.Matrix.Backward
get
set
Definition at line
173
of file
Matrix.cs
.
174
{
175
get
176
{
177
Vector3
result =
default
(Vector3);
178
result.X =
M31
;
179
result.Y =
M32
;
180
result.Z =
M33
;
181
return
result;
182
}
183
set
184
{
185
M31
=
value
.X;
186
M32
=
value
.Y;
187
M33
=
value
.Z;
188
}
189
}
Microsoft.Xna.Framework.Graphics.VertexElementFormat.Vector3
@ Vector3
System.ExceptionArgument.value
@ value
Microsoft.Xna.Framework.Matrix.M31
float M31
Definition
Matrix.cs:56
Microsoft.Xna.Framework.Matrix.M33
float M33
Definition
Matrix.cs:62
Microsoft.Xna.Framework.Matrix.M32
float M32
Definition
Matrix.cs:59
Microsoft
Xna
Framework
Matrix
Generated by
1.10.0