Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<PointD> LargeHexagonOutline(int, double, double)

  • Declared in: RT.Coordinates.Hex

Declaration

public static IEnumerable<PointD> LargeHexagonOutline(
    int sideLength,
    double hexWidth,
    double expand = 0
)

Summary

Returns a series of points that describe the outline of a Hex.LargeHexagon(int, Hex) structure.

Parameters

intsideLength The number of hexagonal tiles that make up each side of the large hexagon.
doublehexWidth Specifies the width of each hex tile.
doubleexpand An amount by which to expand the outline outwards.