app
/
org.powbot.api
/
Polygon
Polygon
class
Polygon
(npoints:
Int
, xpoints:
IntArray
, ypoints:
IntArray
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Polygon
Link copied to clipboard
fun
Polygon
(points:
Collection
<
Point
>)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
contains
Link copied to clipboard
fun
contains
(p:
Point
?):
Boolean
Content copied to clipboard
fun
contains
(x:
Int
, y:
Int
):
Boolean
Content copied to clipboard
get
Bounds
Link copied to clipboard
fun
getBounds
():
Rectangle
Content copied to clipboard
next
Point
Link copied to clipboard
fun
nextPoint
():
Point
Content copied to clipboard
Properties
npoints
Link copied to clipboard
val
npoints
:
Int
Content copied to clipboard
xpoints
Link copied to clipboard
val
xpoints
:
IntArray
Content copied to clipboard
ypoints
Link copied to clipboard
val
ypoints
:
IntArray
Content copied to clipboard