Rumba C++ SDK
HeatGeodesic.h File Reference
#include "Maquina.h"

Go to the source code of this file.

Namespaces

 maquina
 This version of the SDK is unstable, i-e, it may change with no warning.
 

Functions

MAQUINA_EXPORT std::vector< float > maquina::heat_geodesic (const maquina::Mesh &mesh, const Imath::M44f &local_to_ellipsoid, const Imath::V3f &source, const float max_dist=1.f, const bool crop_mesh=true, const float dt_multiplier=1.f, const float bound_blend=0.5f)
 Approximate geodesic distance through the heat method (cf https://www.cs.cmu.edu/~kmcrane/Projects/HeatMethod/index.html). More...