Click or drag to resize

FlatTriGridTCell Constructor

Overload List
  NameDescription
Public methodFlatTriGridTCell(Int32, Int32)
Construct a new grid in the default shape with the given width and height. No transformations are applied to the grid. Normally, the static factory methods or shape building methods should be used to create grids. These constructors are provided for advanced usage.
Public methodFlatTriGridTCell(Int32, Int32, FuncFlatTriPoint, Boolean)
Construct a new grid whose cells are determined by the given test function. The test function should only return true for points within the bounds of the default shape. No transformations are applied to the grid. Normally, the static factory methods or shape building methods should be used to create grids. These constructors are provided for advanced usage.
Public methodFlatTriGridTCell(Int32, Int32, FuncFlatTriPoint, Boolean, FlatTriPoint)
Construct a new grid whose cells are determined by the given test function. The function should only return true for points within the bounds of the rectangle when the given transforms are applied to them. Normally, the static factory methods or shape building methods should be used to create grids. These constructors are provided for advanced usage.
Public methodFlatTriGridTCell(Int32, Int32, FuncFlatTriPoint, Boolean, PointyHexPoint)
Public methodFlatTriGridTCell(Int32, Int32, FuncFlatTriPoint, Boolean, FuncFlatTriPoint, FlatTriPoint, FuncFlatTriPoint, FlatTriPoint)
Public methodFlatTriGridTCell(Int32, Int32, FuncFlatTriPoint, Boolean, FuncFlatTriPoint, FlatTriPoint, FuncFlatTriPoint, FlatTriPoint, IEnumerableFlatTriPoint)
Top
See Also