Click or drag to resize

GridPoint2UnaryNegation Operator

Negates the given vector.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static GridPoint2 operator -(
	GridPoint2 point
)

Parameters

point
Type: Gamelogic.Grids2GridPoint2

Return Value

Type: GridPoint2
See Also