toggle menu
RaceAssist
1.0-SNAPSHOT
jvm
switch theme
search in API
RaceAssist
/
dev.nikomaru.raceassist.data.plugin
/
CalculatePolygon
Calculate
Polygon
@
Serializable
data
class
CalculatePolygon
(
val
num
:
Int
,
val
start
:
Point
,
val
end
:
Point
,
val
polygon
:
@
Serializable
(
with
=
PolygonSerializer::class
)
Polygon
)
Members
Constructors
Calculate
Polygon
Link copied to clipboard
constructor
(
num
:
Int
,
start
:
Point
,
end
:
Point
,
polygon
:
@
Serializable
(
with
=
PolygonSerializer::class
)
Polygon
)
Properties
end
Link copied to clipboard
val
end
:
Point
num
Link copied to clipboard
val
num
:
Int
polygon
Link copied to clipboard
val
polygon
:
@
Serializable
(
with
=
PolygonSerializer::class
)
Polygon
start
Link copied to clipboard
val
start
:
Point