ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
geodesic.h
浏览该文件的文档.
1
#pragma once
2
#include "
vde/mesh/halfedge_mesh.h
"
3
#include <vector>
4
5
namespace
vde::mesh
{
6
using
core::Point2D
;
7
using
core::Point3D
;
8
using
core::Vector3D
;
9
36
std::vector<double>
geodesic_distance
(
const
HalfedgeMesh
& mesh,
37
const
std::vector<int>& sources,
38
double
t = -1.0);
39
40
}
// namespace vde::mesh
vde::mesh::HalfedgeMesh
半边数据结构三角网格
Definition:
halfedge_mesh.h:54
vde::mesh::geodesic_distance
std::vector< double > geodesic_distance(const HalfedgeMesh &mesh, const std::vector< int > &sources, double t=-1.0)
热方法(Heat Method)计算测地距离
halfedge_mesh.h
vde::core::Point2D
foundation::Point2D Point2D
双精度二维点(重新导出)
Definition:
point.h:29
vde::core::Vector3D
foundation::Vector3D Vector3D
双精度三维向量(重新导出)
Definition:
point.h:49
vde::core::Point3D
foundation::Point3D Point3D
双精度三维点(重新导出)
Definition:
point.h:31
vde::mesh
Definition:
alpha_shapes.h:6
include
vde
mesh
geodesic.h
生成于 2026年 七月 24日 星期五 11:21:23 , 为 ViewDesignEngine使用
1.9.1