spheretri软件

SPHERETRI performs a triangulation of a unit sphere based on Icosahedron face partitioning

软件应用简介

spheretri软件

SPHERETRI is a set of high-performance vectorized MATLAB functions for building a triangulation of a unit sphere based on recursive partitioning of each of Icosahedron faces. The resulting triangulation vertices form a nearly even grid on a surface of a sphere. 

The latest version is always on GitHub: https://github.com/pgagarinov/spheretri

Example #1 (100k points): 

>> nPoints=100000; 

>> tic;[vMat,fMat]=spheretri(nPoints);toc; 

Elapsed time is 0.103696 seconds. 

>> size(vMat)

ans =

163842 3

界面展示

spheretri软件

结果示意

spheretri软件

规格 价

0元试用
0.0元人民币/月

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2022年10月9日
下一篇 2022年10月9日

相关推荐