Click or drag to resize

LineGridTCell Constructor (Int32, Int32, FuncLinePoint, Boolean, FuncLinePoint, LinePoint, FuncLinePoint, LinePoint, IEnumerableLinePoint)

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public LineGrid(
	int size,
	int dummy,
	Func<LinePoint, bool> isInsideTest,
	Func<LinePoint, LinePoint> gridPointTransform,
	Func<LinePoint, LinePoint> inverseGridPointTransform,
	IEnumerable<LinePoint> neighborDirections
)

Parameters

size
Type: SystemInt32
dummy
Type: SystemInt32
isInsideTest
Type: SystemFuncLinePoint, Boolean
gridPointTransform
Type: SystemFuncLinePoint, LinePoint
inverseGridPointTransform
Type: SystemFuncLinePoint, LinePoint
neighborDirections
Type: System.Collections.GenericIEnumerableLinePoint
See Also