Safe Haskell | None |
---|---|
Language | Haskell2010 |
LoftExample
Synopsis
- loftExample :: Solid
Documentation
loftExample :: Solid Source #
Loft is a method to create smooth 3D shapes.
Analagous to the lofting process in boat building. A loft is defined by planar cross-sections of the desired shape at chosen locations. These cross-sections are then interpolated to form a smooth 3d shape.
This example demonstrates the Loft
module, by generating a boat, with the profile of the boat specified by a series of bezier curves.