public FlatRhombShapeInfo <TCell> ThinRectangle(int width, int height) { return(ShapeFromBase(FlatHexGrid <TCell> .BeginShape().ThinRectangle(width, height))); }
public FlatRhombShapeInfo <TCell> Hexagon(int side) { return(ShapeFromBase(FlatHexGrid <TCell> .BeginShape().Hexagon(side))); }
public FlatRhombShapeInfo <TCell> Parallelogram(int width, int height) { return(ShapeFromBase(FlatHexGrid <TCell> .BeginShape().Parallelogram(width, height))); }
public PointyTriShapeInfo <TCell> FatRectangle(int width, int height) { return(ShapeFromBase(FlatHexGrid <TCell> .BeginShape().FatRectangle(width, height))); }