HCenStep

ostrat.prid.phex.HCenStep
See theHCenStep companion object
class HCenStep(val r1: Int, val c1: Int, val stepInt: Int) extends Int3Elem

A hex grid step representing the starting HCen of the step as well as the HStep singleton object itself.

Attributes

Companion
object
Graph
Supertypes
trait Int3Elem
trait IntNElem
trait ValueNElem
trait SpecialT
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def endHC(implicit gridSys: HGridSys): Option[HCen]

Returns the destination HCen if one exists within the HGridSys.

Returns the destination HCen if one exists within the HGridSys.

Attributes

override def int1: Int

Attributes

Definition Classes
override def int2: Int

Attributes

Definition Classes
override def int3: Int

Attributes

Definition Classes
def lineSegHC(implicit gridSys: HGridSys): Option[LineSegHC]

Returns the destination HCen if one exists within the HGridSys.

Returns the destination HCen if one exists within the HGridSys.

Attributes

def projLineSeg(implicit proj: HSysProjection): Option[LineSeg]
def startHC: HCen

The Starting hex centre.

The Starting hex centre.

Attributes

def step: HStep

The HStep singleton object.

The HStep singleton object.

Attributes

Inherited methods

override def intBufferAppend(buffer: ArrayBuffer[Int]): Unit

Utility method to append this element on to an ArrayBuffer[Int]. End users should rarely need to use this method. This is useful for methods like filter.

Utility method to append this element on to an ArrayBuffer[Int]. End users should rarely need to use this method. This is useful for methods like filter.

Attributes

Definition Classes
Inherited from:
Int3Elem
override def intForeach(f: Int => Unit): Unit

Performs the side effecting function on each Double in this Product element.

Performs the side effecting function on each Double in this Product element.

Attributes

Definition Classes
Inherited from:
Int3Elem

Concrete fields

val c1: Int
val r1: Int
val stepInt: Int