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