Click or drag to resize

PointyHexGridTCell Constructor

Overload List
  NameDescription
Public methodPointyHexGridTCell(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 methodPointyHexGridTCell(Int32, Int32, FuncPointyHexPoint, 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 methodPointyHexGridTCell(Int32, Int32, FuncPointyHexPoint, Boolean, PointyHexPoint)
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 methodPointyHexGridTCell(Int32, Int32, FuncPointyHexPoint, Boolean, FuncPointyHexPoint, PointyHexPoint, FuncPointyHexPoint, PointyHexPoint)
Public methodPointyHexGridTCell(Int32, Int32, FuncPointyHexPoint, Boolean, FuncPointyHexPoint, PointyHexPoint, FuncPointyHexPoint, PointyHexPoint, IEnumerablePointyHexPoint)
Top
See Also