Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/doc/api/matrix.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/matrix.txt')
-rw-r--r--doc/api/matrix.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/api/matrix.txt b/doc/api/matrix.txt
new file mode 100644
index 0000000..938723e
--- /dev/null
+++ b/doc/api/matrix.txt
@@ -0,0 +1,15 @@
+######
+Matrix
+######
+
+The Matrix class is used to define transformations on an item, relative to the parent Item. This is basically the same implementation as cairo.Matrix, only notifications are sent on state changes (see the state module).
+
+:mod: `gaphor.matrix`
+---------------------
+
+.. module:: gaphas.matrix
+
+.. autoclass:: Matrix
+ :members:
+ :undoc-members:
+