No BSD License  

Highlights from
Triangulate vertices on a sphere

Be the first to rate this file! 8 Downloads (last 30 days) File Size: 4.02 KB File ID: #5964
image thumbnail

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

Tianli, thank you for contributing, but the method you describe has some problems. The recommended way is to use convhulln. The faces of the hull are the triangulation you want.

Please login to add a comment or rating.
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.

Tag Activity for this File
Tag Applied By Date/Time
approximation Tianli Yu 22 Oct 2008 07:32:24
interpolation Tianli Yu 22 Oct 2008 07:32:24
sphere Tianli Yu 22 Oct 2008 07:32:24
triangulation Tianli Yu 22 Oct 2008 07:32:24
delaunay Tianli Yu 22 Oct 2008 07:32:24
mathematics Tianli Yu 22 Oct 2008 07:32:24

Contact us at files@mathworks.com