You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
Cite As
Tianli Yu (2026). Triangulate vertices on a sphere (https://www.mathworks.com/matlabcentral/fileexchange/5964-triangulate-vertices-on-a-sphere), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (4.02 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | 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. |
