Esempio n. 1
0
 public FlatRhombShapeInfo <TCell> ThinRectangle(int width, int height)
 {
     return(ShapeFromBase(FlatHexGrid <TCell> .BeginShape().ThinRectangle(width, height)));
 }
Esempio n. 2
0
 public FlatRhombShapeInfo <TCell> Hexagon(int side)
 {
     return(ShapeFromBase(FlatHexGrid <TCell> .BeginShape().Hexagon(side)));
 }
Esempio n. 3
0
 public FlatRhombShapeInfo <TCell> Parallelogram(int width, int height)
 {
     return(ShapeFromBase(FlatHexGrid <TCell> .BeginShape().Parallelogram(width, height)));
 }
Esempio n. 4
0
 public PointyTriShapeInfo <TCell> FatRectangle(int width, int height)
 {
     return(ShapeFromBase(FlatHexGrid <TCell> .BeginShape().FatRectangle(width, height)));
 }