Click or drag to resize

PointyTriGridTCell Constructor (Int32, Int32, FuncPointyTriPoint, Boolean, FuncPointyTriPoint, PointyTriPoint, FuncPointyTriPoint, PointyTriPoint)

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

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
isInside
Type: SystemFuncPointyTriPoint, Boolean
gridPointTransform
Type: SystemFuncPointyTriPoint, PointyTriPoint
inverseGridPointTransform
Type: SystemFuncPointyTriPoint, PointyTriPoint
See Also