libigl v2.5.0
Loading...
Searching...
No Matches
line_mesh_intersection.h File Reference
#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.