Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Negate()
[2/2]
static
Vector2D
ReLogic.Utilities.Vector2D.Negate
(
Vector2D
value
)
inline
static
Definition at line
275
of file
Vector2D.cs
.
276
{
277
value.X = 0.0 -
value
.X;
278
value.Y = 0.0 -
value
.Y;
279
return
value
;
280
}
System.ExceptionArgument.value
@ value
References
System.value
.
ReLogic
Utilities
Vector2D
Generated by
1.10.0