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
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 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
The delta in c for the target tile.
The delta in r for the target tile.
Inherited and Abstract methods
The angle of inclination of this square grid direction.
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
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