| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Waterfall.Booleans.Operators
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)