rattle-parent
0.1.1-SNAPSHOT
jvm
rattle-api
/
io.github.aecsocket.rattle
/
Compound
/
Child
Child
data
class
Child
(
val
shape
:
Shape
,
val
delta
:
DIso3
=
DIso3.identity
)
A child in a
Compound
geometry.
Parameters
shape
The shape.
delta
The position offset from the root compound.
Members
Constructors
Child
Link copied to clipboard
constructor
(
shape
:
Shape
,
delta
:
DIso3
=
DIso3.identity
)
Properties
delta
Link copied to clipboard
val
delta
:
DIso3
shape
Link copied to clipboard
val
shape
:
Shape