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

Waterfall.Booleans.Operators

Synopsis

Documentation

(~/\~) :: Boolean a => a -> a -> a Source #

Infix version of intersection (works for both 2D and 3D objects)

(~\/~) :: Boolean a => a -> a -> a Source #

Infix version of union (works for both 2D and 3D objects)

(~-~) :: Boolean a => a -> a -> a Source #

Infix version of difference (works for both 2D and 3D objects)