summaryrefslogtreecommitdiffstats
path: root/python/affine/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/affine/README')
-rw-r--r--python/affine/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/affine/README b/python/affine/README
new file mode 100644
index 0000000000..b54bb988d7
--- /dev/null
+++ b/python/affine/README
@@ -0,0 +1,2 @@
+Python implementation of matrices describing affine transformation of the
+plane. The Affine package is derived from the Planar package.