diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-09-03 21:34:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-06 00:02:50 +0700 |
commit | c155e41b2bc18ffcd760f46a56fb4c391b5140b8 (patch) | |
tree | 243667c4ec2516febb0bbedb660667e70b8140fb /python/affine/README | |
parent | 4fc997941c967fdd00c4b10ed7804e04bb3e558f (diff) |
python/affine: Added (Affine Matrices).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/affine/README')
-rw-r--r-- | python/affine/README | 2 |
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. |