Method PointyHexFatRectangle
PointyHexFatRectangle(GridPoint2)
Creates a fat rectangle shape suitable for a pointy hex grid.
[Version(2, 3, 8)]
public static IImplicitShape<GridPoint2> PointyHexFatRectangle(GridPoint2 dimensions)
Parameters
dimensions
GridPoint2The width and height of the rectangle.
Returns
Remarks
Each second row has one more cell than the given width, making the rectangle "fat", but more symmetrical than an ordinary rectangle.