summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 29e5ca8..e30cb38 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
Create multi-dimensional shapes (projected onto the plane).
It uses linear algebra to calculate how to project objects.
+To add another dimension, just add another column in the matrix. There should only be two rows.
+
Requires:
Numpy
Python 2