Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Negate()
[1/2]
static void ReLogic.Utilities.Vector2D.Negate
(
ref
Vector2D
value
,
out
Vector2D
result
)
inline
static
Definition at line
282
of file
Vector2D.cs
.
283
{
284
result.X = 0.0 -
value
.X;
285
result.Y = 0.0 -
value
.Y;
286
}
System.ExceptionArgument.value
@ value
References
System.value
.
ReLogic
Utilities
Vector2D
Generated by
1.10.0