concave Questions

4

Solved

I have a concave polygon I need to draw in OpenGL. The polygon is defined as a list of points which form its exterior ring, and a list of lists-of-points that define its interior rings (exclusion z...
Cymogene asked 8/10, 2011 at 0:37

4

Solved

I have a set of vertices(called A) and I want to find all the border vertices such that this border vertices set is an outline of the shape. Many of the vertices in A are redundant because they a...
Indamine asked 30/4, 2010 at 0:19

2

Solved

Ok, so I have a polygon (simple but concave) that I'm trying to cut into triangles to make it collide with an other polygon. I knew my polygone was concave, so i decided to use LibGDX EarClippingT...
Arc asked 20/1, 2015 at 20:7

1

Solved

I am a Bullet rookie, so I apologise in advance if my questions sound trivial to you. I need to load a set of concave triangle meshes from .stl files and perform collision detection. Objects can ...
Moline asked 19/9, 2015 at 12:27

1

I have a set of discrete points shown in an image, like the following I want to reconstruct or up sampling (I'm not sure what's the correct way to describe it) the image, so that the result image...

3

Solved

I've been scouring the internet for days, but have been unable to find a good answer (or at least one that made sense to me) to what seems like it should be a common question. How does one scale an...
Electric asked 26/7, 2011 at 13:9

5

Solved

i'm trying to get around the rule of only being able to form convex shapes in the SFML c++ library. To do this I'm planning on testing given vertices, and if concave, splitting the vertices in...
Spoke asked 13/7, 2011 at 22:6

2

Solved

I'm using Delaunay to triangulate a concave polygon, but it fills in the concavities. How do I automatically remove the triangles that are outside the polygon boundaries?
Blakemore asked 7/12, 2009 at 6:58

4

Solved

I'm trying to draw a polygon using c# and directx All I get is an ordered list of points from a file and I need to draw the flat polygon in a 3d world. I can load the points and draw a convex sha...
Faerie asked 18/9, 2008 at 9:29
1

© 2022 - 2024 — McMap. All rights reserved.