summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortradam <git.tradam.fyi>2021-08-16 14:13:00 -0400
committertradam <git.tradam.fyi>2021-08-16 14:13:00 -0400
commit108b0c6a98ebf691b855978df9286f1e6b07c640 (patch)
tree990ebff16c9b5f023c99be8ee561fb3712f2f3ff
parentebb9245ccef8a6b9c908f82ecea6bea26dde14b5 (diff)
downloadarbitrary-polygon-collision-108b0c6a98ebf691b855978df9286f1e6b07c640.tar.gz
arbitrary-polygon-collision-108b0c6a98ebf691b855978df9286f1e6b07c640.zip
.
-rw-r--r--README.mdown6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.mdown b/README.mdown
index bc923e1..48dabbe 100644
--- a/README.mdown
+++ b/README.mdown
@@ -1,5 +1,3 @@
-# hints and notes for Debugging
-If the shape is brought to the bottom left corner then the hitbox collision fails
+### Working implementation of SAT(Seperating Axis Theorem) in ruby
-# Links for the math
-see the comments at the top of `run.rb` for links that explain the math
+working code, needs to be cleaned up