app
/
org.powbot.api
/
Point
Point
class
Point
(x:
Int
, y:
Int
) :
Validatable
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
distance
Link copied to clipboard
fun
distance
(pt:
Point
):
Int
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
translate
Link copied to clipboard
fun
translate
(dx:
Int
, dy:
Int
)
Content copied to clipboard
valid
Link copied to clipboard
open override fun
valid
():
Boolean
Content copied to clipboard
Properties
x
Link copied to clipboard
var
x
:
Int
Content copied to clipboard
y
Link copied to clipboard
var
y
:
Int
Content copied to clipboard