| Trees | Indices | Help |
|
|---|
|
|
Remaps the input with an affine transform.
This mapper allows the specification of an arbitrary combination of translation, rotation and scaling via a transform matrix. Single translations, etc, can be specified more simply with the subclasses Translate2d, Rotate2d, and Scale2d.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
matrix = param.Parameter(default= ones((3, 3)), doc= The affine transformation matrix. |
|||
name = <param.parameterized.String object at 0xb287bec>String identifier for this object. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|||
matrixThe affine transformation matrix. The functions Translate2dMat, Rotate2dMat, and Scale2dMat generate affine transform matrices that can be multiplied together to create combination transforms. E.g. the matrix: Translate2dMat(3,0)*Rotate2d(pi/2) will shift points to the right by 3 units and rotate them around the origin by 90 degrees.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:35 2010 | http://epydoc.sourceforge.net |