Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Rhomb(int, int, Rhomb.Position)

  • Declared in: RT.Coordinates.Rhomb

Declaration

public Rhomb(
    int q,
    int r,
    Rhomb.Position pos
)

Summary

Constructor.

Parameters

intq The Q coordinate of the hex tile to construct a rhomb from.
intr The R coordinate of the hex tile to construct a rhomb from.
Rhomb.Positionpos Which of the rhombs within the hexagon to construct.