libigl v2.5.0
|
#include "../igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include <vector>
#include "line_mesh_intersection.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
namespace | igl::embree |
Functions | |
template<typename ScalarMatrix , typename IndexMatrix > | |
ScalarMatrix | igl::embree::line_mesh_intersection (const ScalarMatrix &V_source, const ScalarMatrix &N_source, const ScalarMatrix &V_target, const IndexMatrix &F_target) |
Project the point cloud V_source onto the triangle mesh V_target,F_target. | |