3.2 KiB
3.2 KiB
title
title |
---|
SimpleLocation2D - |
//KSpigot/net.axay.kspigot.extensions.geometry/SimpleLocation2D
SimpleLocation2D
[jvm] data class SimpleLocation2D(x: Double, y: Double)
Constructors
Name | Summary |
---|---|
SimpleLocation2D | [jvm] fun SimpleLocation2D(x: Number, y: Number) |
Functions
Name | Summary |
---|---|
component1 | [jvm] Content operator fun component1(): Double |
component2 | [jvm] Content operator fun component2(): Double |
copy | [jvm] Content fun copy(x: Double, y: Double): SimpleLocation2D |
equals | [jvm] Content open operator override fun equals(other: Any?): Boolean |
hashCode | [jvm] Content open override fun hashCode(): Int |
toString | [jvm] Content open override fun toString(): String |
Properties
Name | Summary |
---|---|
x | [jvm] val x: Double |
y | [jvm] val y: Double |