Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Conjugate()
[3/3]
static void Microsoft.Xna.Framework.Quaternion.Conjugate
(
ref
Quaternion
value
,
out
Quaternion
result
)
inline
static
Definition at line
135
of file
Quaternion.cs
.
136
{
137
result.X = 0f -
value
.X;
138
result.Y = 0f -
value
.Y;
139
result.Z = 0f -
value
.Z;
140
result.W =
value
.W;
141
}
System.ExceptionArgument.value
@ value
References
System.value
.
Microsoft
Xna
Framework
Quaternion
Generated by
1.10.0