Click or drag to resize

ISplicedVectorPointTPoint, TVectorPointSubtract Method

Translates this point by the negation of the given vector.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
TPoint Subtract(
	TVectorPoint vector
)

Parameters

vector
Type: TVectorPoint

Return Value

Type: TPoint
See Also