Module shape

Source
Expand description

Shape of an object.

Structs§

ShapeMapper
A new shape obtained by applying some mapping to another shape.

Enums§

BoundClass
Device interface for bound.
ShapeClass
Device interface for shape.
TargetClass
Device interface for target.

Traits§

Bound
Bounding shape that contains the whole object inside.
Bounded
The shape that could be put inside the specified bound.
Shape
Shape of an object.
Target
Target is a shape that is able to uniformly draw a random vector pointing to itself from any given point in space.
Targeted
The shape that could be put inside the specified bound.