Tagged Questions

3
votes
3answers
62 views

Generate new polygons from a cut polygon (2D)

Hi, I'm stuck with this little problem and my algorithm to solve this doesn't hold for all cases. Does anybody has an idea how to solve this? Here's an example polygon: Forma …
3
votes
4answers
43 views

Creating a surface of triangles from a set of 2D points…

Hi, I have a set of points and I need to convert the set to (non-overlapping) triangles (or a big polygon if equivalent)... The application: I have a list of locations (latitude, …
0
votes
2answers
52 views

Any free polygon library for the iPhone?

I need a library that can manage polygon modeling and basic transformation like rotating and translating. I'd rather not redevelop everything from scratch Thanks
1
vote
2answers
53 views

Delete holes in a Polygon

I have a polygon determined by an Array of Points. This polygon is crossing itself making some holes in the polygon itself. My questions is: How can I omit this holes and just ge …
4
votes
4answers
142 views

Find the corners of a polygon represented by a region mask

BW = poly2mask(x, y, m, n) computes a binary region of interest (ROI) mask, BW, from an ROI polygon, represented by the vectors x and y. The size of BW is m-by-n. …
6
votes
8answers
442 views

How to intersect two polygons?

This seems non-trivial (it gets asked quite a lot on various forums), but I absolutely need this as a building block for a more complex algorithm. Input: 2 polygons (A and B) in 2 …
0
votes
2answers
28 views

svg: center of path

Hi I'm trying to draw a label on a polygon of an svg file. The problem I'm facing is to find out roughly the center of this polygon to place the label, as the path's coordinates a …
1
vote
1answer
56 views

Google Maps - slow loading polygons

I've got a KML with 127 simple polygons in it. If I load them all in via GGeoXml then it's lightning fast, and when you zoom in/out it redraws all the polygons (just about) instan …
0
votes
1answer
96 views

Stop bing maps simplifying polygons

Bing maps currently simplifies each polygon shape that gets put on the map. While that's good for most things, I need to show the full resolution polygons and I'll sort out the si …
3
votes
2answers
63 views

Polygon Intersection fails, collision “size” too big

OK, so I'm trying to make a simple asteroids clone. Everything works fine, except for the collision detection. I have two different versions, the first one uses java.awt.geom.Area …
0
votes
2answers
45 views

VB6: Colour portions of points of a star

Hello I have found API functions to draw a star using VB6: what I need is to colour sections of each point of the star according to data-driven parameters: thus if the parameter p …
6
votes
6answers
638 views

An algorithm for inflating/deflating (offsetting, buffering) polygons

UPDATE: the math term for what I'm looking for is actually inward/outward polygon offseting. +1 to balint for pointing this out. The alternative naming is polygon buffering. Befor …
8
votes
14answers
2k views

What is the quickest way to find the shortest cartesian distance between two polygons

Hi, I have 1 red polygon say and 50 randomly placed blue polygons - they are situated in geographical 2D space. What is the quickest/speediest algorithim to find the the shortest …
2
votes
2answers
93 views

PHP - Mask polygon over image

Hi Everyone (this is my first post), I am trying to figure a way of cropping a polygon out of an image. I have been reading other similar code. It seems that most code is based ar …
0
votes
2answers
176 views

How can I fill an actionscript 3 polygon with a solid color?

I'm building a map editor for a project and need to draw a hexagon and fill it with a solid color. I have the shape correct but for the life of me can't figure out how to fill it. …

1 2 3 4 5 next
15 30 50 per page