Click or drag to resize

FlatHexPointAddition Operator

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static FlatHexPoint operator +(
	FlatHexPoint point1,
	FlatHexPoint point2
)

Parameters

point1
Type: Gamelogic.GridsFlatHexPoint
point2
Type: Gamelogic.GridsFlatHexPoint

Return Value

Type: FlatHexPoint
See Also