SqCenStep

ostrat.prid.psq.SqCenStep
See theSqCenStep companion object
class SqCenStep(val r1: Int, val c1: Int, val stepInt: Int) extends Int3Elem

A hex grid step representing the starting SqCen of the step as well as the SqDirn singleton object itself.

Attributes

Companion:
object
Graph
Supertypes
trait Int3Elem
trait IntNElem
trait SpecialT
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def endSqC(implicit gridSys: SqGridSys): Option[SqCen]

Returns the destination SqCen if one exists within the SqGridSys.

Returns the destination SqCen if one exists within the SqGridSys.

Attributes

override def int1: Int

Attributes

Definition Classes
override def int2: Int

Attributes

Definition Classes
override def int3: Int

Attributes

Definition Classes
def lineSegSqC(implicit gridSys: SqGridSys): Option[LineSegSC]

Returns the destination SqCen if one exists within the SqGridSys.

Returns the destination SqCen if one exists within the SqGridSys.

Attributes

The Starting square centre coordinate.

The Starting square centre coordinate.

Attributes

The SqDirn singleton object.

The SqDirn singleton object.

Attributes

Inherited methods

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