Skip to content

Creating a geodesic icosahedron of unit radius through subdivision.

License

Notifications You must be signed in to change notification settings

llfung/icosphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

icosphere

View icosphere (with frequency or recursive subdivision) on File Exchange

Creating a Class I geodesic icosahedron of unit radius through subdivision.

This MATLAB script contains options to choose two different starting regular icosahedron at different rotation angles, and two different subdivision algorithms.

Usage

[V,F] = icosphere(N); generates to matrices containing vertices V and faces F in the form of rowID in V, with each edge subdivided into N equal segments.

Use trimesh(icosphere(N));axis equal; to plot the resulting sphere.

Geodesic Notation

This script generates a ${3,5+}_{(n,0)}$ geodesic polyhedron.

References

This script is inspired by

About

Creating a geodesic icosahedron of unit radius through subdivision.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages