Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have done some computer graphical programming recently, and I have no experience before. I used the library call CGAL(computer geometry algorithm library). Also, I noticed that there is class for tr
Is there any open source software available? Basically, I just want to triangulate based on signal strength of routers whose location is fix开发者_如何学Pythoned and known.
I have the coordinates of three points on a plane.Let\'s call them X1,Y1, X2,Y2, X3 Y3. I need to calculate X4,Y4 but all I know is:
I\'m using CoreLocation to find a users current location and display it on a map. I want to show an icon with an antenna when the location is established using satellites and a icon with towers when i
Hey, I\'m looking for a library that will triangulate planar polygons with openings. I\'ve seen a couple other questions that ask about triangulation (see Polygon Triangulation with Holes and Polygon
I am trying to use CGAL to do some Delaunay triangulation.I used one of the CGAL samples to compute a triangulation which includes a height field attribute.
I\'m using Delaunay to triangulate a concave polygon, but it fills in the concavities. How do I automatically remove the trian开发者_StackOverflowgles that are outside the polygon boundaries?Self-answ
If I have a set of 3d points (AKA point cloud) what is开发者_C百科 the best way to determine the groups of 3 points (triangles) I should make, to create a surface reconstruction?Delaunay Triangulation