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.

Constructors

Link copied to clipboard
constructor(shape: Shape, delta: DIso3 = DIso3.identity)

Properties

Link copied to clipboard
val delta: DIso3
Link copied to clipboard