From c155e41b2bc18ffcd760f46a56fb4c391b5140b8 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Wed, 3 Sep 2014 21:34:03 +0700 Subject: python/affine: Added (Affine Matrices). Signed-off-by: Willy Sudiarto Raharjo --- python/affine/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/affine/README (limited to 'python/affine/README') 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. -- cgit v1.2.3