| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Waterfall.Loft
Description
Documentation
pointedLoftWithPrecision Source #
Arguments
| :: Double | The loft precision, this should be a small value, e.g. |
| -> Maybe (V3 Double) | Optional start point for the loft |
| -> [Path] | Series of cross-sections that the loft will pass through |
| -> Maybe (V3 Double) | Optional end point for the loft |
| -> Solid |
like pointedLoft, but allows the user to set the precision used by the underlying algorithm
Arguments
| :: Maybe (V3 Double) | Optional start point for the loft |
| -> [Path] | Series of cross-sections that the loft will pass through |
| -> Maybe (V3 Double) | Optional end point for the loft |
| -> Solid |
Form a Loft which may terminate at defined points.
If the start or end points are set to Nothing then one end of the loft will be the terminal cross-section.
Otherwise, the loft will interpolate to that point.