base
root directory for core PyGeo source
Modules
The base module exposes 6 submodules:
- geometry_real
- objects of real 3d space
- geometry_complex
- objects connected with the geometry of complex numbers
- abstracts
- abstract base classes of the PyGeo inheritance hierarchy
- analytics
- modules supplying the base analytic geometry and matrix algebra relevant to PyGeo
- drawing
- modules providing the rendering functionality for PyGeo geometric objects
- support
- modules of constants, options, etc supporting PyGeo
Attributes
a __doc_hints__
{'sortlist': ['geometry_real', 'geometry_complex', 'abstracts', 'analytics', 'drawing', 'support']}
See the source for more information.