HVDirn

ostrat.prid.phex.HVDirn
See theHVDirn companion object
sealed trait HVDirn extends HVDirnOpt

Attributes

Companion
object
Graph
Supertypes
trait HVDirnOpt
trait Int1Elem
trait IntNElem
trait ValueNElem
trait SpecialT
class Object
trait Matchable
class Any
Show all
Known subtypes
object HVDL
object HVDR
object HVDn
object HVUL
object HVUR
object HVUp
object HVLt
object HVRt
Show all

Members list

Value members

Abstract methods

override def opposite: HVDirn

Attributes

Definition Classes

Concrete methods

override def clock(steps: Int): HVDirn

Attributes

Definition Classes

Inherited methods

def corner(hv: HVert): Int

Attributes

Inherited from:
HVDirnOpt
def dCenC: Int

The delta in C to the HCen from an HCoord.

The delta in C to the HCen from an HCoord.

Attributes

Inherited from:
HVDirnOpt
def dCenR: Int

The delta in R to the HCen from an HCoord.

The delta in R to the HCen from an HCoord.

Attributes

Inherited from:
HVDirnOpt
def dVertC: Int

Attributes

Inherited from:
HVDirnOpt
def dVertR: Int

Attributes

Inherited from:
HVDirnOpt
def int1: Int

Attributes

Inherited from:
HVDirnOpt
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:
Int1Elem
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:
Int1Elem