FooCAD
Toggle table of contents
3.0
jvm
Platform filter
jvm
Switch theme
Search in API
FooCAD
foocad-core
/
uk.co.nickthecoder.foocad.core.primitives
/
Cube
/
Cube
Cube
constructor
(
)
A cube with length 1
constructor
(
size
:
Double
)
A cube with length
size
.
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
A cuboid of any size aligned with the axes.
constructor
(
size
:
Vector3
)