underworld.function.shape module ================================ This module includes shape type functions. Shape functions generally define some geometric object, and return boolean values to indicate whether the queried locations are inside or outside the shape. .. module:: underworld.function.shape Classes ~~~~~~~ .. autosummary:: :nosignatures: underworld.function.shape.Polygon .. autoclass:: underworld.function.shape.Polygon :members: :show-inheritance: