PyGeo: a dynamic geometry toolkit

points

objects representing a point in real 3d space

Modules

The base.geometry_real.points module exposes 10 submodules:

basepoints
point determined by its coordinates in 3d space
antipodals
point determined as antipodal (i.e.'opposite') to a given point in relation to a given geometric object
centers
point determined as a defined center of a given geometric object
dividers
point defined in relation to the the division of a given geometic object in a given ratio or metric
footpoints
point determined as the perpendicular foot of a given geomeric object
intersects
point determined as the intersection of given geometric objects
inversions
point determined in respect to an inversive relationship with a given geometric objects
reflections
point determined as a reflection in a given geometric object
sliders
point which can be picked and moved, with movement constrained to a given geometric object
anipoints
point which moves on a given geometric object at each rendering update cyle

Attributes

a __doc_hints__

{'sortlist': ['basepoints',
              'antipodals',
              'centers',
              'dividers',
              'footpoints',
              'intersects',
              'inversions',
              'reflections',
              'sliders',
              'anipoints']}

See the source for more information.