libigl v2.5.0
Loading...
Searching...
No Matches
per_vertex_normals.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "per_vertex_normals.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Enumerations

enum  igl::PerVertexNormalsWeightingType {
  igl::PER_VERTEX_NORMALS_WEIGHTING_TYPE_UNIFORM = 0 , igl::PER_VERTEX_NORMALS_WEIGHTING_TYPE_AREA = 1 , igl::PER_VERTEX_NORMALS_WEIGHTING_TYPE_ANGLE = 2 , igl::PER_VERTEX_NORMALS_WEIGHTING_TYPE_DEFAULT = 3 ,
  igl::NUM_PER_VERTEX_NORMALS_WEIGHTING_TYPE = 4
}
 Weighting schemes for computing per-vertex normals. More...
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedN >
void igl::per_vertex_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const igl::PerVertexNormalsWeightingType weighting, Eigen::PlainObjectBase< DerivedN > &N)
 Compute vertex normals via vertex position list, face list.
 
template<typename DerivedV , typename DerivedF , typename DerivedN >
void igl::per_vertex_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedN > &N)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename DerivedV , typename DerivedF , typename DerivedFN , typename DerivedN >
void igl::per_vertex_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const PerVertexNormalsWeightingType weighting, const Eigen::MatrixBase< DerivedFN > &FN, Eigen::PlainObjectBase< DerivedN > &N)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename DerivedV , typename DerivedF , typename DerivedFN , typename DerivedN >
void igl::per_vertex_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedFN > &FN, Eigen::PlainObjectBase< DerivedN > &N)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.