[][src]Module isosurface::implicit

Primitives for building distance fields from implicit functions.

Structs

Cylinder

A capped cylinder.

Difference

The CSG difference operation. Subtracts the first provided implicit function from the second, i.e. the result is solid where the second function is solid, except where the first is solid.

Intersection

The CSG intersection operation. An implicit function that is solid only where both of the provided implicit functions are solid.

RectangularPrism

A rectangular prism, or box.

Sphere

A sphere.

Torus

A torus, or doughnut-shape.

Union

The CSG union operation. An implicit function that is solid where either of the provided implicit functions is solid.