PyGeo: a dynamic geometry toolkit

_element

base abstract class from which all geometric objects are derived

Functions

f register(element, args) ...

recursive function called upom the initialization of geometric ojects, registering a direct or indirect dependance with movable points in a scene

f get_args(args) ...

a function to filter geometric objects (i.e. descendants of the Element class) from other arguments (e.g. numeric) that intialize an object

f method_get(sigs, args) ...

arguments to Element classes are tested against their constructor signature and returned ordered as per signature

Classes

C Element(...) ...

the abstract class from which all PyGeo geometric objects derive

Attributes

a __url__

'http://sourceforge.net/projects/pygeo'

a elements

[]

a BLACK

(0.0, 0.0, 0.0)

See the source for more information.