Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
ai.dockware.scan.dockware_core
/
Dockware
/
Dimensions
Dimensions
data
class
Dimensions
(
val
width
:
Float
?
=
null
,
val
length
:
Float
?
=
null
,
val
height
:
Float
?
=
null
)
Members
Constructors
Dimensions
Link copied to clipboard
constructor
(
width
:
Float
?
=
null
,
length
:
Float
?
=
null
,
height
:
Float
?
=
null
)
Properties
height
Link copied to clipboard
val
height
:
Float
?
length
Link copied to clipboard
val
length
:
Float
?
width
Link copied to clipboard
val
width
:
Float
?