libigl
v2.5.0
Loading...
Searching...
No Matches
collapse_small_triangles.h
Go to the documentation of this file.
1
// This file is part of libigl, a simple c++ geometry processing library.
2
//
3
// Copyright (C) 2014 Alec Jacobson <alecjacobson@gmail.com>
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public License
6
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
7
// obtain one at http://mozilla.org/MPL/2.0/.
8
#ifndef IGL_COLLAPSE_SMALL_TRIANGLES_H
9
#define IGL_COLLAPSE_SMALL_TRIANGLES_H
10
#include <Eigen/Dense>
11
namespace
igl
12
{
27
void
collapse_small_triangles
(
28
const
Eigen::MatrixXd & V,
29
const
Eigen::MatrixXi & F,
30
const
double
eps,
31
Eigen::MatrixXi & FF);
32
}
33
34
#ifndef IGL_STATIC_LIBRARY
35
# include "collapse_small_triangles.cpp"
36
#endif
37
38
#endif
igl
Definition
AABB.h:17
igl::collapse_small_triangles
void collapse_small_triangles(const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, const double eps, Eigen::MatrixXi &FF)
Given a triangle mesh (V,F) compute a new mesh (VV,FF) which contains the original faces and vertices...
include
igl
collapse_small_triangles.h
Generated by
1.9.8