Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages