Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.barcodes
/
BoundingBox
Bounding
Box
@
Serializable
data
class
BoundingBox
(
val
x
:
Float
,
val
y
:
Float
,
val
width
:
Float
,
val
height
:
Float
)
Members
Constructors
Bounding
Box
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
)
Properties
height
Link copied to clipboard
val
height
:
Float
width
Link copied to clipboard
val
width
:
Float
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float
Functions
center
X
Link copied to clipboard
fun
centerX
(
)
:
Float
center
Y
Link copied to clipboard
fun
centerY
(
)
:
Float