SimpleLocation2D

data class SimpleLocation2D(x: Double, y: Double)

Constructors

SimpleLocation2D
Link copied to clipboard
fun SimpleLocation2D(x: Number, y: Number)

Functions

component1
Link copied to clipboard
operator fun component1(): Double
component2
Link copied to clipboard
operator fun component2(): Double
copy
Link copied to clipboard
fun copy(x: Double, y: Double): SimpleLocation2D
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

x
Link copied to clipboard
val x: Double
y
Link copied to clipboard
val y: Double