korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
korlibs.math.geom
/
Size3D
Size3D
data
class
Size3D
(
val
width
:
Double
,
val
height
:
Double
,
val
depth
:
Double
)
Members
Constructors
Size3D
Link copied to clipboard
constructor
(
width
:
Double
,
height
:
Double
,
depth
:
Double
)
Properties
depth
Link copied to clipboard
val
depth
:
Double
height
Link copied to clipboard
val
height
:
Double
width
Link copied to clipboard
val
width
:
Double