Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Right
Vector3
Microsoft.Xna.Framework.Matrix.Right
get
set
Definition at line
119
of file
Matrix.cs
.
120
{
121
get
122
{
123
Vector3
result =
default
(Vector3);
124
result.X =
M11
;
125
result.Y =
M12
;
126
result.Z =
M13
;
127
return
result;
128
}
129
set
130
{
131
M11
=
value
.X;
132
M12
=
value
.Y;
133
M13
=
value
.Z;
134
}
135
}
Microsoft.Xna.Framework.Graphics.VertexElementFormat.Vector3
@ Vector3
System.ExceptionArgument.value
@ value
Microsoft.Xna.Framework.Matrix.M11
float M11
Definition
Matrix.cs:32
Microsoft.Xna.Framework.Matrix.M12
float M12
Definition
Matrix.cs:35
Microsoft.Xna.Framework.Matrix.M13
float M13
Definition
Matrix.cs:38
Microsoft
Xna
Framework
Matrix
Generated by
1.10.0