.. _Chap:ExampleShapes: Shapes ======= A very basic example of using EBGeometry for creating analytic signed distance fields (see :ref:`Chap:ImplemCSG`). A good starting point for exploring the library's built-in shapes and transformations. The source for this example is at :file:`Examples/Shapes/main.cpp`. See :ref:`Chap:Building` for how to compile it with CMake, GNU Make, or a direct compiler invocation. .. code-block:: bash cd Examples/Shapes ./Shapes.ex