14#include <lagrange/common.h>
23template <
typename Scalar>
27 using Point = Eigen::Matrix<Scalar, 3, 1>;
30 std::function<void(
unsigned,
unsigned, Point&, Point&, Point&)> populate_triangle;
33 unsigned mesh_index = invalid<unsigned>();
34 unsigned facet_index = invalid<unsigned>();
36 Point barycentric_coord;
Main namespace for Lagrange.
Definition: AABBIGL.h:30
Definition: ClosestPointResult.h:25