Triangulate vertices on a sphere
by Tianli Yu
30 Sep 2004
(Updated 02 Aug 2005)
Triangulate a set of vertices on a sphere
|
Watch this File
|
| File Information |
| Description |
Triangulate a set of points on the unit sphere using idea of stereographical projection.
Steps:
1. use the first vertex as projection center, project all the points onto a plane
2. call delaunay triangulation to triangulate those points on the plane
3. fill the hole by connecting the first vertex to the convex hull of the other vertices in the plane
Proof: ? not yet |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 24 Jul 2008 |
Ryan Bennink
|
|
|
| Updates |
| 02 Aug 2005 |
Update the code to fix a bug where a triangle might be missing due to some symmetric configuration of vertices. Also include a sample program to show the usage of the code. |
|
Contact us at files@mathworks.com