HCenStepPair

ostrat.prid.phex.HCenStepPair
class HCenStepPair[A2](val a1Int1: Int, val a1Int2: Int, val a1Int3: Int, val a2: A2) extends PairInt3Elem[HCenStep, A2]

A pair where a1 is an HCenStep hex grid step representing the starting HCen of the step as well as the HStep singleton object itself.

Attributes

Graph
Supertypes
trait PairInt3Elem[HCenStep, A2]
trait PairIntNElem[HCenStep, A2]
trait PairElem[HCenStep, A2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def a1: HCenStep

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes
inline def c1: Int
inline def r1: Int
def startHC: HCen
def step: HStep
inline def stepInt: Int

Concrete fields

val a1Int1: Int
val a1Int2: Int
val a1Int3: Int
val a2: A2

The second component of this pair.

The second component of this pair.

Attributes