toggle menu
RaceAssist
1.0-SNAPSHOT
jvm
switch theme
search in API
RaceAssist
/
dev.nikomaru.raceassist.data.plugin
/
PolygonData
Polygon
Data
@
Serializable
data
class
PolygonData
(
val
points
:
ArrayList
<
Pair
<
Int
,
Int
>
>
)
Members
Constructors
Polygon
Data
Link copied to clipboard
constructor
(
points
:
ArrayList
<
Pair
<
Int
,
Int
>
>
)
Properties
points
Link copied to clipboard
val
points
:
ArrayList
<
Pair
<
Int
,
Int
>
>