Intersection of a 2D segment with a rectangle
I using C# and XNA. I need an algorithm in any language to obtain the border intersection point(s) of a rectangle with a 2d segment.
I've been l开发者_StackOverflowooking for an answer for my question for over 3 hours already and couldn't find a solution that works.
Can anyone help me please?
Thanks a lot.
You can find an example for a line segment intersection with an aabb box here.
Or the same question as your question here
精彩评论