MCPcopy Create free account
hub / github.com/PageBot/PageBot / setTransform3D

Method setTransform3D

Lib/pagebot/contexts/flatcontext/flatcontext.py:107–110  ·  view source on GitHub ↗

Initializes the transforrmation matrix to be used for translation, rotation and scaling.

(self)

Source from the content-addressed store, hash-verified

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 #

Callers 1

__init__Method · 0.95

Calls 1

Transform3DClass · 0.90

Tested by

no test coverage detected