toggle menu
RaceAssist
1.0-SNAPSHOT
jvm
switch theme
search in API
RaceAssist
/
dev.nikomaru.raceassist.race
/
RectangleData
Rectangle
Data
@
Serializable
data
class
RectangleData
(
val
x1
:
Int
,
val
y1
:
Int
,
val
x2
:
Int
,
val
y2
:
Int
)
Members
Constructors
Rectangle
Data
Link copied to clipboard
constructor
(
x1
:
Int
,
y1
:
Int
,
x2
:
Int
,
y2
:
Int
)
Properties
x1
Link copied to clipboard
val
x1
:
Int
x2
Link copied to clipboard
val
x2
:
Int
y1
Link copied to clipboard
val
y1
:
Int
y2
Link copied to clipboard
val
y2
:
Int