Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Negate()
[1/2]
static void Microsoft.Xna.Framework.Vector3.Negate
(
ref
Vector3
value
,
out
Vector3
result
)
inline
static
Definition at line
722
of file
Vector3.cs
.
723
{
724
result.X = 0f -
value
.X;
725
result.Y = 0f -
value
.Y;
726
result.Z = 0f -
value
.Z;
727
}
System.ExceptionArgument.value
@ value
References
System.value
.
Microsoft
Xna
Framework
Vector3
Generated by
1.10.0