Re: Polygon-Polygon Intersection Test
- From: "Dave Eberly" <dNOSPAMeberly@xxxxxxxxxxxxxxx>
- Date: Thu, 27 Apr 2006 17:52:20 GMT
"Dave Eberly" <dNOSPAMeberly@xxxxxxxxxxxxxxx> wrote in message
news:bv64g.9571$Es3.2602@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
If the polygons are not in the same plane, they do not
intersect.
Oops. This should have said: If the polygons are in parallel
planes but not in the same plane, they do not intersect.
You must also handle the case when the polygons are in
nonparallel planes. All of my previous post assumes *convex*
polygons. For the nonparallel case, compute the line segment SA
of intersection of convex polygon A with the plane of convex
polygon B. Compute the line segment SB of intersection of
convex polygon B with the line L that contains SA. If SA and
SB overlap, the polygons intersect.
--
Dave Eberly
http://www.geometrictools.com
.
- References:
- Re: Polygon-Polygon Intersection Test
- From: Flex
- Re: Polygon-Polygon Intersection Test
- From: Dave Eberly
- Re: Polygon-Polygon Intersection Test
- Prev by Date: Re: Polygon-Polygon Intersection Test
- Next by Date: Re: Polygon-Polygon Intersection Test
- Previous by thread: Re: Polygon-Polygon Intersection Test
- Next by thread: Re: Polygon-Polygon Intersection Test
- Index(es):
Relevant Pages
|