libigl v2.5.0
|
#include <list>
#include <map>
#include <Eigen/Dense>
#include "WindingNumberMethod.h"
#include "WindingNumberTree.h"
#include "winding_number.h"
#include "triangle_fan.h"
#include "exterior_edges.h"
#include "PI.h"
#include "remove_duplicate_vertices.h"
#include <iostream>
#include <limits>
Go to the source code of this file.
Classes | |
class | igl::WindingNumberTree< Point, DerivedV, DerivedF > |
Space partitioning tree for computing winding number hierarchically. More... | |
Namespaces | |
namespace | igl |