Click or drag to resize

PointyHexGridTCell Constructor (Int32, Int32, FuncPointyHexPoint, Boolean, FuncPointyHexPoint, PointyHexPoint, FuncPointyHexPoint, PointyHexPoint, IEnumerablePointyHexPoint)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public PointyHexGrid(
	int width,
	int height,
	Func<PointyHexPoint, bool> isInside,
	Func<PointyHexPoint, PointyHexPoint> gridPointTransform,
	Func<PointyHexPoint, PointyHexPoint> inverseGridPointTransform,
	IEnumerable<PointyHexPoint> neighborDirections
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncPointyHexPoint, Boolean
gridPointTransform
Type: SystemFuncPointyHexPoint, PointyHexPoint
inverseGridPointTransform
Type: SystemFuncPointyHexPoint, PointyHexPoint
neighborDirections
Type: System.Collections.GenericIEnumerablePointyHexPoint
See Also