Cinder-Delaunay:基于 ofxDelaunay 和 Paul Bourke 的论文的 Cinder 的简单 Delaunay 三角测量器

时间:2024-06-28 09:34:20
【文件属性】:

文件名称:Cinder-Delaunay:基于 ofxDelaunay 和 Paul Bourke 的论文的 Cinder 的简单 Delaunay 三角测量器

文件大小:76KB

文件格式:ZIP

更新时间:2024-06-28 09:34:20

C++

煤渣-德劳内 Cinder 的简单 Delaunay 三角测量器基于和 。 需要 安装 克隆到您的块存储库并将以下引用添加到您的项目中: \blocks\Cinder-Delaunay\src \blocks\Cinder-Delaunay\src\Delaunay 用 Cinder-Delaunay 有一个主要功能,CiDelaunay::triangulate。 使用它很简单: TriMeshRef triangulatedPoints; void DelaunayApp::setup() { vector pointsToTriangulate; //fill vector with points, //then call: triangulatedPoints = CiDelaunay::tri


【文件预览】:
Cinder-Delaunay-master
----.gitignore(26B)
----src()
--------CiDelaunay.h(607B)
--------CiDelaunay.cpp(3KB)
--------Delaunay()
----samples()
--------Basic()
--------SpherePoints()
----README.md(1KB)

网友评论