Click or drag to resize

PointyHexPointIsInPositiveHalfPlaneX Method

Whether this point is inside the half plane x >= x0. see http://devmag.org.za/2013/08/31/geometry-with-hex-coordinates/ Since version 1.3

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool IsInPositiveHalfPlaneX(
	int x0
)

Parameters

x0
Type: SystemInt32

Return Value

Type: Boolean
See Also