Click or drag to resize

PointyRhombGridTCell Constructor

Overload List
  NameDescription
Public methodPointyRhombGridTCell(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 methodPointyRhombGridTCell(Int32, Int32, FuncPointyRhombPoint, 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 methodPointyRhombGridTCell(Int32, Int32, FuncPointyRhombPoint, Boolean, PointyHexPoint)
Public methodPointyRhombGridTCell(Int32, Int32, FuncPointyRhombPoint, Boolean, PointyRhombPoint)
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 methodPointyRhombGridTCell(Int32, Int32, FuncPointyRhombPoint, Boolean, FuncPointyRhombPoint, PointyRhombPoint, FuncPointyRhombPoint, PointyRhombPoint)
Public methodPointyRhombGridTCell(Int32, Int32, FuncPointyRhombPoint, Boolean, FuncPointyRhombPoint, PointyRhombPoint, FuncPointyRhombPoint, PointyRhombPoint, IEnumerablePointyRhombPoint)
Top
See Also