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
- calls: class CentralProjection(plane,point,[list of objects])
- Transform (plane,[list of objects] )
- reflection of the given list of objects in the given plane
- calls: class ReflectTransform(plane,[list of objects])
See the source for more information.