convex-polygon Questions
4
Solved
I have a triangulated mesh. Assume it looks like an bumpy surface. I want to be able to find all edges that fall on the surrounding border of the mesh. (forget about inner vertices)
I know I have...
Norbertonorbie asked 1/1, 2013 at 6:59
2
Solved
I am trying to create a Convex Hull using the library Scipy and ConvexHull. As far as I know, it calls QHull.
The problem appears when the points I want to add do not have 'full dimension'. Exampl...
Alvarado asked 8/5, 2015 at 20:12
1
Solved
Suppose I have a point cloud given in 6-dimensional space, which I can make as dense as needed. These points turn out to lie on the surface of a lower-dimensional polytope (i.e. the point vectors (...
Lavine asked 11/1, 2015 at 16:52
2
I have a set of points in the plane and I want to find all convex polygons without including a point inside them.
For example I want to find all triangles, all four sized polygons, all four five s...
Correspondence asked 17/2, 2014 at 21:4
2
Solved
Does anyone know a relatively fast algorithm for decomposing a set of polygons into their distinct overlapping and non-overlapping regions, i.e. Given a set of n polygons, find all the distinct reg...
Afeard asked 15/2, 2014 at 14:41
3
Solved
Given a convex polygon, I am trying to grow its shape (as in "maximal area") while preserving its diameter. The diameter is defined as the length of the longest segment that can be placed within th...
Latham asked 14/9, 2010 at 8:31
2
Solved
I recently asked this question about how to cut down a concave polygon to convex ones, and I was suggested to do Triangulation or Polygon Partitioning.
The library I'm using (SFML\Box2D) only take...
Malonis asked 15/7, 2011 at 2:31
2
Solved
I Would like to check if a set of N points describe a convex polygon or not
I was wondering if there is a good algorithm for that ?
Here is some approaches I thought of:
1.Convex Hull algorith...
Kerwon asked 4/7, 2011 at 16:24
4
Solved
An O(n) algorithm to detect if a line intersects a convex polygon consists in checking if any edge of the polygon intersects the line, and look if the number of intersections is odd or even.
Is th...
Mussman asked 21/12, 2010 at 9:34
4
Solved
I found some solutions, but they're too messy.
Transposal asked 17/10, 2010 at 14:31
1
© 2022 - 2024 — McMap. All rights reserved.