PyGeo: a dynamic geometry toolkit

transforms

geometric objects representing a defined transformation of a given set of objects

f Transform() ...

factory function returns instance a class representing a collections of objects having undergone a given geoemtric transformation.

constructors:
Transform (plane,point,[list of objects] )
projection of the objects in the given list from the given point to the given plane
Transform (plane,[list of objects] )
reflection of the given list of objects in the given plane

See the source for more information.