TStepSided

ostrat.prid.TStepSided
trait TStepSided extends TStepLike

A tile direction with a tile side.

Attributes

Graph
Supertypes
trait TStepLike
trait Int1Elem
trait IntNElem
trait ValueNElem
trait SpecialT
class Object
trait Matchable
class Any
Show all
Known subtypes
trait HStep
object HexDL
object HexDR
object HexLt
object HexRt
object HexUL
object HexUR
trait SqStepPerp
object SqDn
object SqLt
object SqRt
object SqUp
Show all

Members list

Value members

Abstract methods

def sc: Int

Tile half step c column coordinate delta. The c delta to the tile side.

Tile half step c column coordinate delta. The c delta to the tile side.

Attributes

def sr: Int

Tile half step r row coordinate delta. The r delta to the tile side.

Tile half step r row coordinate delta. The r delta to the tile side.

Attributes

Concrete methods

final inline override def tc: Int

The delta in c for the target tile.

The delta in c for the target tile.

Attributes

Definition Classes
final inline override def tr: Int

The delta in r for the target tile.

The delta in r for the target tile.

Attributes

Definition Classes

Inherited methods

def int1: Int

Attributes

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