toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
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