Initializes the transforrmation matrix to be used for translation, rotation and scaling.
(self)
| 105 | self._numberOfPages = 0 |
| 106 | |
| 107 | def setTransform3D(self): |
| 108 | """Initializes the transforrmation matrix to be used for translation, |
| 109 | rotation and scaling.""" |
| 110 | self.transform3D = Transform3D() |
| 111 | |
| 112 | # Drawing. |
| 113 | # |