Click or drag to resize

PointyHexPointAddition Operator

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

Parameters

point1
Type: Gamelogic.GridsPointyHexPoint
point2
Type: Gamelogic.GridsPointyHexPoint

Return Value

Type: PointyHexPoint
See Also