icosphere (with frequency or recursive subdivision)

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

https://github.com/llfung/icosphere

現在この提出コンテンツをフォロー中です。

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

MATLAB リリースの互換性

  • R2013a 以降のリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。