1 -- | This module just imports the others. Useful in GHCi sessions.
8 import Comparisons as X
9 import Cube as X hiding (h)
11 import Face as X hiding (v0,v1,v2,v3)
12 import FunctionValues as X
16 import RealFunction as X
17 import Tetrahedron as X hiding (fv)