Wildmeshing Toolkit
winding_number.hpp File Reference
#include <wmtk/Mesh.hpp>
#include <wmtk/TriMesh.hpp>
#include <wmtk/Types.hpp>
Include dependency graph for winding_number.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::components
 
 wmtk::components::internal
 

Functions

Eigen::VectorXd wmtk::components::internal::winding_number (const Mesh &m, const TriMesh &surface)
 
Eigen::VectorXd wmtk::components::internal::winding_number_internal (const Eigen::MatrixXd &query_points, const Eigen::MatrixXd &surface_V, const MatrixX< int64_t > &surface_F)