OSDN Git Service

Fix Intersector#insersectLines
authorJustin Shapcott <support@mobidevelop.com>
Fri, 28 Jun 2013 22:58:28 +0000 (15:58 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Fri, 28 Jun 2013 23:03:52 +0000 (16:03 -0700)
commit8009f82caa643221ef45d2164af7c189e2ad11fb
treef2c2d2024b0f955c97a73d8de467f4a61ea9e600
parent8c1a3d56c30a21cb8d0246c107f165c4ec132fe0
Fix Intersector#insersectLines

Don't return true for parallel lines.

Note: This does not report true in the case where the two lines are
actually the same line. Not sure if it should.
gdx/src/com/badlogic/gdx/math/Intersector.java