Search found 3 matches

by raymond
Mon Apr 01, 2013 3:20 pm
Forum: Support and Development
Topic: line intersection with box
Replies: 2
Views: 2451

Re: line intersection with box

thank you, lol i couldn't find that when i searched for it. one thing though I only want it to return a boolean true if it intersects with the box false if it doesn't ive tried to convert it but im still having the same problem :death: function boxSegmentIntersection(l,t,w,h, x1,y1,x2,y2) local dx, ...
by raymond
Sat Mar 30, 2013 3:55 pm
Forum: Support and Development
Topic: line intersection with box
Replies: 2
Views: 2451

line intersection with box

im trying to find out if a line goes over or is in a box and return false this is a function i changed from c# not sure whats wrong with it but it returns false when the line originates under or to the left of the box function SegmentIntersectRectangle(a_rectangleMinX,a_rectangleMinY,a_rectangleMaxX...
by raymond
Mon Jul 02, 2012 4:33 am
Forum: General
Topic: LÖVE on PSP
Replies: 13
Views: 7298

Re: LÖVE on PSP

do you know any 2d engine that does export to psp?
my psp is rather useless without games