danbuis / BBDGamesLib

Code base to rapidly make Java based programs using OpenGL to render to the screen
0 stars 0 forks source link

This breaks for parallel slopes #27

Closed boredompwndu closed 4 years ago

boredompwndu commented 4 years ago

https://github.com/danbuis/BBDGamesLib/blob/379d20bd9c749c79bd2294e55a45e2659f87b04d/src/Geometry2d/BBDSegment.java#L176-L178

danbuis commented 4 years ago

So it does. Sounds like a good case for an exception. I've found a few instances where that is a reasonable plan. This will probably be the first implementation though.