Package-level declarations

Types

Link copied to clipboard
interface Labelled2d : Shape2d

See Shape2d.label for details.

Link copied to clipboard
interface Labelled3d : Shape3d

See Shape3d.label for details.

Link copied to clipboard
abstract class Multi2dDependent(dependencies2d: List<Shape2d?>) : Shape2dDependent, Shape2d
Link copied to clipboard
abstract class Multi3dDependent(dependencies3d: List<Shape3d?>) : Shape3dDependent, Shape3d
Link copied to clipboard

Something which has within it a set of Shape2d which it relies upon. For example a Translation2d of a Circle will have the Circle as a dependency.

Link copied to clipboard

Something which has within it a set of Shape3d which it relies upon. For example a Translation3d of a Sphere will have the Sphere as a dependency.