Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Down
Vector3
Microsoft.Xna.Framework.Matrix.Down
get
set
Definition at line
101
of file
Matrix.cs
.
102
{
103
get
104
{
105
Vector3
result =
default
(Vector3);
106
result.X = 0f -
M21
;
107
result.Y = 0f -
M22
;
108
result.Z = 0f -
M23
;
109
return
result;
110
}
111
set
112
{
113
M21
= 0f -
value
.X;
114
M22
= 0f -
value
.Y;
115
M23
= 0f -
value
.Z;
116
}
117
}
Microsoft.Xna.Framework.Graphics.VertexElementFormat.Vector3
@ Vector3
System.ExceptionArgument.value
@ value
Microsoft.Xna.Framework.Matrix.M23
float M23
Definition
Matrix.cs:50
Microsoft.Xna.Framework.Matrix.M22
float M22
Definition
Matrix.cs:47
Microsoft.Xna.Framework.Matrix.M21
float M21
Definition
Matrix.cs:44
Microsoft
Xna
Framework
Matrix
Generated by
1.10.0