Click or drag to resize

PointyRhombGridTCell Constructor (Int32, Int32, FuncPointyRhombPoint, Boolean, FuncPointyRhombPoint, PointyRhombPoint, FuncPointyRhombPoint, PointyRhombPoint)

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

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncPointyRhombPoint, Boolean
gridPointTransform
Type: SystemFuncPointyRhombPoint, PointyRhombPoint
inverseGridPointTransform
Type: SystemFuncPointyRhombPoint, PointyRhombPoint
See Also