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/slack-desc | |
parent | 4fc997941c967fdd00c4b10ed7804e04bb3e558f (diff) |
python/affine: Added (Affine Matrices).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/affine/slack-desc')
-rw-r--r-- | python/affine/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/affine/slack-desc b/python/affine/slack-desc new file mode 100644 index 0000000000000..f52c4f20a9d36 --- /dev/null +++ b/python/affine/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +affine: affine (matrices describing affine transformation of the plane) +affine: +affine: Python implementation of matrices describing affine transformation of +affine: the plane. The Affine package is derived from the Planar package. +affine: +affine: +affine: +affine: +affine: +affine: +affine: |