waterfall-cad-0.2.2.0: Declarative CAD/Solid Modeling Library
Safe HaskellNone
LanguageHaskell2010

Waterfall.Revolution

Synopsis

Documentation

revolution :: Path2D -> Solid Source #

Construct a Solid of revolution from a Path2D.

The Path2D is rotated about the y axis, should have endpoints that lie on it ( \(x = 0\) ).

The resulting Solid is rotated such that the axis of revolution is the z axis.