Transform(....)

Objects derived from the _Transformation abstract class represented a defined transformation of a given list of geometric objects

def Transform

constructors:
returns:

a defined transformation of a given list of objects

class CentralProjection

constructors:
  • Transform(plane,point,[list of objects])
  • CentralProjection(plane,point,[list of objects])
returns:

the projection of the objects in the list from the given point to the given plane

site ref:

http://www.dai.ed.ac.uk/CVonline/LOCAL_COPIES/MOHR_TRIGGS/node9.html

class ReflectTransform

constructors:
  • Transform(plane,[list of objects])
  • ReflecttTransform(plane,[list of objects])
returns:

the reflection of the objects in the given list in the given plane

site ref:

http://mathworld.wolfram.com/Reflection.html