Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Negate()
[1/2]
static void Microsoft.Xna.Framework.Vector2.Negate
(
ref
Vector2
value
,
out
Vector2
result
)
inline
static
Definition at line
581
of file
Vector2.cs
.
582
{
583
result.X = 0f -
value
.X;
584
result.Y = 0f -
value
.Y;
585
}
System.ExceptionArgument.value
@ value
References
System.value
.
Microsoft
Xna
Framework
Vector2
Generated by
1.10.0