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

def projLineSeg(implicit proj: SqSysProjection): Option[LineSeg]
def startSC: SqCen

The Starting square centre coordinate.

The Starting square centre coordinate.

Attributes

def step: SqStep

The SqStep singleton object.

The SqStep 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