Posted: 17th Aug 2003 21:56
Hi All,

Just a little bit of code (DBpro) I needed and thought I'd share.

The function returns a 1 if the lines intersect, and the intersect point is stored in intersectX# and intersectY# globals.

Might be a good start on manual collision, it is quite fast (no noticable fps hit).


Van-B
Posted: 18th Aug 2003 0:03
Good work!