#include <limits>
#include <cmath>
#include <om_common.h>
#include <vertex.h>
#include <mesh.h>
#include <interface.h>
#include <geometry.h>
Go to the source code of this file.
|
double | OpenMEEG::dist_point_cell (const Vect3 &, const Triangle &, Vect3 &, bool &) |
|
std::tuple< double, const Triangle &, const Mesh & > | OpenMEEG::dist_point_interface (const Vect3 &, const Interface &, Vect3 &) |
|
std::tuple< double, const Triangle &, const Mesh &, const Interface & > | OpenMEEG::dist_point_geom (const Vect3 &, const Geometry &, Vect3 &) |
|