Coordinate

Represents a Game Coordinate.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val dimension: Dimension

The dimension of the Coordinate.

Link copied to clipboard
abstract val magnitude: Double

The magnitude of the Coordinate.

Functions

Link copied to clipboard
open operator override fun compareTo(other: Coordinate): Int
Link copied to clipboard
abstract override fun hashCode(): Int
Link copied to clipboard
abstract override fun toString(): String