Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Forward
Vector3
Microsoft.Xna.Framework.Matrix.Forward
get
set
Definition at line
155
of file
Matrix.cs
.
156
{
157
get
158
{
159
Vector3
result =
default
(Vector3);
160
result.X = 0f -
M31
;
161
result.Y = 0f -
M32
;
162
result.Z = 0f -
M33
;
163
return
result;
164
}
165
set
166
{
167
M31
= 0f -
value
.X;
168
M32
= 0f -
value
.Y;
169
M33
= 0f -
value
.Z;
170
}
171
}
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