Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

  • Declared in: RT.Coordinates.Floret

Declaration

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

Summary

Constructor.

Parameters

intq The Q coordinate of the hex tile to construct a floret from.
intr The R coordinate of the hex tile to construct a floret from.
Floret.Positionpos Which of the florets within the hexagon to construct.