Safe Haskell | None |
---|---|
Language | Haskell2010 |
Waterfall.Internal.Path
Documentation
A Path in 3D Space
Under the hood, this is represented by an OpenCascade Wire
.
The monoid instance Joins Path
s, a <> b
connects the end point of a
to the start of b
, if these points are not coincident, a line is created between them.