summaryrefslogtreecommitdiff
path: root/src/pyglue/DocStrings/MatrixTransform.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyglue/DocStrings/MatrixTransform.py')
-rw-r--r--src/pyglue/DocStrings/MatrixTransform.py29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/pyglue/DocStrings/MatrixTransform.py b/src/pyglue/DocStrings/MatrixTransform.py
new file mode 100644
index 0000000..8b89ca5
--- /dev/null
+++ b/src/pyglue/DocStrings/MatrixTransform.py
@@ -0,0 +1,29 @@
+
+class MatrixTransform:
+ """
+ MatrixTransfom
+ """
+ def __init__(self):
+ pass
+ def getValue(self):
+ pass
+ def setValue(self, value):
+ pass
+ def getMatrix(self):
+ pass
+ def setMatrix(self, matrix):
+ pass
+ def getOffset(self):
+ pass
+ def setOffset(self, offset):
+ pass
+ def Identity(self):
+ pass
+ def Fit(self):
+ pass
+ def Sat(self):
+ pass
+ def Scale(self):
+ pass
+ def View(self):
+ pass