PyGeo: a dynamic geometry toolkit

analytics

modules supplying the base analytic geometry and matrix algebra relevant to PyGeo

Modules

The base.analytics module exposes 3 submodules:

_position3
inherit from cvisual vector class, and add geometric methods, serving the analytics for real points in space
_cposition
base class for points of the complex plane Much from the PyPy complex number implementation - but now mutable
pygeomath
bring mathematical functions from the Numeric and cvisual modles into the PyGeo namespace, and create convenience functions and classes for analytical operations

Attributes

a _doc_hints__

{'sortlist': ['_position3', '_cposition', 'pygeomath']}

See the source for more information.