Click or drag to resize

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

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

Parameters

size
Type: SystemInt32
isInsideTest
Type: SystemFuncLinePoint, Boolean
gridPointTransform
Type: SystemFuncLinePoint, LinePoint
inverseGridPointTransform
Type: SystemFuncLinePoint, LinePoint
See Also