#include "igl_inline.h"
#include <Eigen/Core>
#include "connect_boundary_to_infinity.cpp"
Go to the source code of this file.
|
template<typename DerivedF , typename DerivedFO > |
void | igl::connect_boundary_to_infinity (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedFO > &FO) |
| Connect all boundary edges to a fictitious point at infinity.
|
|
template<typename DerivedF , typename DerivedFO > |
void | igl::connect_boundary_to_infinity (const Eigen::MatrixBase< DerivedF > &F, const typename DerivedF::Scalar inf_index, Eigen::PlainObjectBase< DerivedFO > &FO) |
| Connect all boundary edges to a fictitious point at infinity.
|
|
template<typename DerivedV , typename DerivedF , typename DerivedVO , typename DerivedFO > |
void | igl::connect_boundary_to_infinity (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedVO > &VO, Eigen::PlainObjectBase< DerivedFO > &FO) |
| Connect all boundary edges to a fictitious point at infinity.
|
|