HVDirnOpt

ostrat.prid.phex.HVDirnOpt
See theHVDirnOpt companion object
sealed trait HVDirnOpt extends Int1Elem

HVert direction of offset towards HCen. These objects should not be confused with HSteps. Stored as a 4 bit number between 0 and 15 although only values 0 to 8 currently used.

Attributes

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

Members list

Value members

Abstract methods

def corner(hv: HVert): Int
def dCenC: Int

The delta in C to the HCen from an HCoord.

The delta in C to the HCen from an HCoord.

Attributes

def dCenR: Int

The delta in R to the HCen from an HCoord.

The delta in R to the HCen from an HCoord.

Attributes

def dVertC: Int
def dVertR: Int
def int1: Int

Concrete methods

def clock(steps: Int): HVDirnOpt

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:
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