Island

ostrat.pnorm.Island
case class Island(terr: LandTerr) extends LandLike, HcIndent6

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HcIndent6
trait HcIndentN
trait LandLike
trait Tile
trait Coloured
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def colour: Colour

Attributes

Definition Classes
Inherited from:
LandLike

Attributes

Inherited from:
Coloured

Attributes

Inherited from:
Coloured

Attributes

Inherited from:
Coloured
override def indentStartIndex: Int

Hex sides are numbered from 0 to 5 in a clockwise direction starting at the top right. This is the index of the first indented vertex.

Hex sides are numbered from 0 to 5 in a clockwise direction starting at the top right. This is the index of the first indented vertex.

Attributes

Definition Classes
Inherited from:
HcIndent6
override def indentedSideIndexForeach(f: Int => Unit): Unit

Attributes

Definition Classes
Inherited from:
HcIndent6
override def indentedVertexIndexForeach(f: Int => Unit): Unit

Attributes

Definition Classes
Inherited from:
HcIndent6
def indentedVertexIndexMap[B, ArrB <: Arr[B]](f: Int => B)(implicit build: BuilderArrMap[B, ArrB]): ArrB

Attributes

Inherited from:
HcIndentN
override def numIndentedVerts: Int

Attributes

Definition Classes
Inherited from:
HcIndent6

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product