SqStepPerp
A perpendicular or non-diagonal square tile direction or step can take 4 values.
Attributes
- Graph
-
- Supertypes
-
trait TStepSidedtrait SqSteptrait SqStepLiketrait TStepLiketrait Int1Elemtrait IntNElemtrait ValueNElemtrait SpecialTclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Concrete methods
Is an UpRight / DownRight / DownLeft / UPLeft step.
Inherited methods
The angle of inclination of this square grid direction.
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.
the step that foes in the opposite direct to this step.
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
- Inherited from:
- TStepSided
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:
- SqStep
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
- Inherited from:
- TStepSided
The delta in c for the target tile.
The delta in r for the target tile.