davisdude / mlib

A math and collisions library for Lua.
zlib License
82 stars 11 forks source link

Incorrect results from mlib.segment.checkPoint() and others #13

Closed ArchAngel075 closed 8 years ago

ArchAngel075 commented 8 years ago

do : mlib.segment.checkPoint(2, 2, 1, 1, 3, 3) -> true but mlib.segment.checkPoint(3, 3, 1, 1, 2, 2) -> false

should it not produce the same result? This is causing huge issues within a project of mine.

ArchAngel075 commented 8 years ago

was too tired, confused the order of the arguments oops.