Package-level declarations

Types

Link copied to clipboard
data class MapVector2(val x: Double, val y: Double) : Parcelable

Represents a vector in the map coordinate system

Link copied to clipboard
data class MapVector3(val x: Double, var y: Double, val z: Double) : Parcelable

Represents a vector in the map coordinate system

Link copied to clipboard
data class MapVector4(val x: Double, var y: Double, val z: Double, val w: Double) : Parcelable

Represents a vector in the map coordinate system