OfETile
class OfETile[TileT <: TileAncient, SideT <: TileSideAncient](val eg: EarthGuiOld, val eGrid: EGridAncient[TileT, SideT], val tile: TileT) extends OfHex[TileT, SideT, EGridAncient[TileT, SideT]] with OfEElem[TileT, SideT]
A stand OfTile maps from Grid Coordinates to map Vec2 and then to display Vec2. This maps from Grid Coordinate to Dist2 to Vec2
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
If the scale is equal or greater than the parameter value return the GraphicElems of the second parameter else return an empty Arr.
If the scale is equal or greater than the parameter value return the GraphicElems of the second parameter else return an empty Arr.
- Inherited from:
- OfGridElem
def ifScaleOptObjs[A >: Null <: AnyRef](ifScale: Double, eA: OptRef[A])(f: A => GraphicElems): GraphicElems
- Inherited from:
- OfGridElem
The number of pixels per tile, centre to centre
The number of pixels per tile, centre to centre
- Inherited from:
- OfGridElem