toggle menu
Object-Detector-App
1.0
androidJvm
switch theme
search in API
Object-Detector-App
/
p4ulor.obj.detector.ui.screens.home.outline
/
OutlineScaler
/
ScaledBox
Scaled
Box
data
class
ScaledBox
(
val
xLeft
:
Float
,
val
yTop
:
Float
,
val
width
:
Float
,
val
height
:
Float
)
Data class representing the scaled box with its dimensions and position
Members
Constructors
Scaled
Box
Link copied to clipboard
constructor
(
xLeft
:
Float
,
yTop
:
Float
,
width
:
Float
,
height
:
Float
)
Properties
height
Link copied to clipboard
val
height
:
Float
width
Link copied to clipboard
val
width
:
Float
x
Left
Link copied to clipboard
val
xLeft
:
Float
y
Top
Link copied to clipboard
val
yTop
:
Float