HcIndent6

ostrat.prid.phex.HcIndent6
trait HcIndent6 extends HcIndentN

Hex tile indented on 6 of its sides, representing an island and its surrounding waters or similarly geometrically structured terrain where the main land area of the tile is surrounded by water on all 6 sides.

Attributes

Graph
Supertypes
trait HcIndentN
class Object
trait Matchable
class Any
Known subtypes
class Island

Members list

Value members

Concrete methods

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
override def indentedSideIndexForeach(f: Int => Unit): Unit

Attributes

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

Attributes

Definition Classes
override def numIndentedVerts: Int

Attributes

Definition Classes

Inherited methods

def indentedVertexIndexMap[B, ArrB <: Arr[B]](f: Int => B)(implicit build: BuilderArrMap[B, ArrB]): ArrB

Attributes

Inherited from:
HcIndentN