Creating a Class I geodesic icosahedron of unit radius through frequency or recursive subdivision.
이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
ICOSPHERE
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
geodesic polyhedron.
References
This script is inspired by
- C# code by Andres Kahler
- MATLAB code by Wil O.C. Ward
- Python Geodesic Icosphere package by vedranaa
인용 양식
Lloyd Fung (2026). icosphere (with frequency or recursive subdivision) (https://github.com/llfung/icosphere/releases/tag/v1.0.0), GitHub. 검색 날짜: .
도움
도움 받은 파일: icosphere
일반 정보
- 버전 1.0.0 (5.47 KB)
-
GitHub에서 라이선스 보기
MATLAB 릴리스 호환 정보
- R2013a 이상 릴리스와 호환
플랫폼 호환성
- Windows
- macOS
- Linux
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0 |
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
