SqDirnDiag

ostrat.prid.psq.SqDirnDiag
sealed trait SqDirnDiag extends SqDirn

A non-diagonal square tile Step can take 4 values.

Attributes

Graph
Supertypes
trait SqDirn
trait TDirn
trait Int1Elem
trait IntNElem
trait SpecialT
class Object
trait Matchable
class Any
Known subtypes
object SqDL.type
object SqDR.type
object SqUL.type
object SqUR.type

Members list

Concise view

Value members

Concrete methods

override def isDiag: Boolean

Is an UpRight / DownRight / DownLeft / UPLeft step.

Is an UpRight / DownRight / DownLeft / UPLeft step.

Attributes

Definition Classes
override def isPerp: Boolean

Is perpendicular or non diagonal an Up / Right / Down / Left square tile direction or step

Is perpendicular or non diagonal an Up / Right / Down / Left square tile direction or step

Attributes

Definition Classes

Inherited methods

The angle of inclination of this square grid direction.

The angle of inclination of this square grid direction.

Attributes

Inherited from:
SqDirn
def int1: Int

Attributes

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

the step that foes in the opposite direct to this step.

the step that foes in the opposite direct to this step.

Attributes

Inherited from:
SqDirn

The SqCen that this step would point to if it departed from SqCen(0, 0).

The SqCen that this step would point to if it departed from SqCen(0, 0).

Attributes

Inherited from:
SqDirn
def tc: Int

Tile step c column coordinate delta

Tile step c column coordinate delta

Attributes

Inherited from:
TDirn
def tr: Int

Tile step r row coordinate delta.

Tile step r row coordinate delta.

Attributes

Inherited from:
TDirn