Skip to content

Project Geode-Numerics

namespace geode

Namespaces

Records

Functions

compute_LSCM_parameterization

cpp
void compute_LSCM_parameterization(const TriangulatedSurface3D & mesh, string_view attribute_name)
void compute_LSCM_parameterization(const TriangulatedSurface3D & mesh, string_view attribute_name)

Compute Least Squares Conformal Maps

mesh [in] Input triangulated mesh

attribute_name [in] The VariableAttribute< Point2D > name which holds the parametric values. Values are stored on the vertices.

convert_surface3d_into_2d

cpp
std::unique_ptr<TriangulatedSurface2D> convert_surface3d_into_2d(const TriangulatedSurface3D & mesh, string_view attribute_name)
std::unique_ptr<TriangulatedSurface2D> convert_surface3d_into_2d(const TriangulatedSurface3D & mesh, string_view attribute_name)

Compute a 2D mesh from a 3D mesh and its parametric coordinates

mesh [in] Input triangulated mesh

attribute_name [in] The VariableAttribute< Point2D > name which holds the parametric values. Values are stored on the vertices.

Geode-solutions' documentation website