|
|
Points between polygons
Hello,
So, i've 2 polygons that their shape vary from circle to ellipse. These polygons are defined by 20 points each one, that i know their position in space xy. I don't know IF and HOW these polygons intersect themselves. What i need is: the points of the n-areas non intersected (this gonna be useful to limit one other command in each of these areas). i've already tryed intersect them, after find the points of one figure inside other, and after use theses points with the limits of the original figure to create a new one. but, it didn't work cause of the sequence of the points in a array.
Did you understand? Can you help me?
Thanks
|
|
0
|
|
|
|
Reply
|
Manoel
|
3/25/2011 8:11:21 AM |
|
"Manoel Meneghini" <manoelmeneghini@hotmail.com> wrote in message <imhin9$oqo$1@fred.mathworks.com>...
> Hello,
> Did you understand?
Not really.
Bruno
|
|
0
|
|
|
|
Reply
|
Bruno
|
3/25/2011 8:41:04 AM
|
|
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <imhkf0$lq1$1@fred.mathworks.com>...
> "Manoel Meneghini" <manoelmeneghini@hotmail.com> wrote in message <imhin9$oqo$1@fred.mathworks.com>...
> > Hello,
>
> > Did you understand?
>
> Not really.
>
> Bruno
So what i basically need is: create one new polygon with the non-intersected area.
|
|
0
|
|
|
|
Reply
|
Manoel
|
3/25/2011 8:49:04 AM
|
|
"Manoel Meneghini" <manoelmeneghini@hotmail.com> wrote in message <imhku0$sho$1@fred.mathworks.com>...
> So what i basically need is: create one new polygon with the non-intersected area.
Still not sure, but if you have mapping toolbox
http://www.mathworks.com/help/toolbox/map/ref/polybool.html
If not
http://www.mathworks.com/matlabcentral/fileexchange/8818-polygon-clipper
Bruno
|
|
0
|
|
|
|
Reply
|
Bruno
|
3/25/2011 8:55:20 AM
|
|
|
3 Replies
401 Views
(page loaded in 0.024 seconds)
Similiar Articles: Points between polygons - comp.soft-sys.matlabHello, So, i've 2 polygons that their shape vary from circle to ellipse. These polygons are defined by 20 points each one, that i know their positi... inpolygon to find points - comp.soft-sys.matlabany way to check the intersection between 2 3D objects - comp.soft ... In 2D, function inpolygon can be used to check whether a point is inside a polygon or not, is there ... intersection of line and polygon - comp.soft-sys.matlabPoints between polygons ... If you want arbitrary polygons ... ... must be perpendicular to the line segment between the two centers. ... intersection of line ... inpolygon help - comp.soft-sys.matlabany way to check the intersection between 2 3D objects - comp.soft ... >> > In 2D, function inpolygon can be used to check whether a point is >> inside a polygon ... Plot convex hull boundary of set of points - comp.soft-sys.matlab ...Points between polygons - comp.soft-sys.matlab Plot convex hull boundary of set of points - comp.soft-sys.matlab ..... 10,10); GL seems to render the convex hull of ... Intersection of three spheres - comp.graphics.api.opengl ...Points between polygons - comp.soft-sys.matlab Intersection of 3 spheres in PSTricks - comp.text.tex OpenGL and raytracing - comp.graphics.api.opengl Points between ... area of a polygon project - comp.soft-sys.matlab... the function file I MUST utilize sub-functions that help calculate a distance between two points, the area of a triangle, and the centroid of a triangle. The polygon is ... Can matlab determine if a point inside a polygon? - comp.soft-sys ...Can we make matlab decide if a point on a plane is inside a closed polygon? How do we know if a point is inside or outside the polygon? Thank you,... OpenGL and raytracing - comp.graphics.api.openglIntersection of 3 spheres in PSTricks - comp.text.tex OpenGL and raytracing - comp.graphics.api.opengl Points between polygons - comp.soft-sys.matlab Intersection of three ... help with simple polygon tessellation - comp.graphics.api.opengl ...Get Polygon points - comp.databases.mysql help with simple polygon tessellation - comp.graphics.api.opengl ... Get Polygon points - comp.databases.mysql help with simple ... Points between polygons - comp.soft-sys.matlab | Computer GroupHello, So, i've 2 polygons that their shape vary from circle to ellipse. These polygons are defined by 20 points each one, that i know their positi... Polygon - Wikipedia, the free encyclopediaPoint in polygon test: In computer graphics and computational geometry, it is often necessary to determine whether a given point P = (x 0,y 0) lies inside a simple polygon ... 7/21/2012 10:18:32 PM
|
|
|
|
|
|
|
|
|