Direction

sealed class Direction

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
class Left(val angle: Direction.Angle) : Direction
Link copied to clipboard
class Right(val angle: Direction.Angle) : Direction
Link copied to clipboard
data object Straight : Direction

Properties

Link copied to clipboard