#include "igl_inline.h"
#include <Eigen/Core>
#include "per_face_normals.cpp"
Go to the source code of this file.
|
| template<typename DerivedV , typename DerivedF , typename DerivedZ , typename DerivedN > |
| IGL_INLINE void | igl::per_face_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedZ > &Z, Eigen::PlainObjectBase< DerivedN > &N) |
| |
| template<typename DerivedV , typename DerivedF , typename DerivedN > |
| IGL_INLINE void | igl::per_face_normals (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedN > &N) |
| |
| template<typename DerivedV , typename DerivedF , typename DerivedN > |
| IGL_INLINE void | igl::per_face_normals_stable (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedN > &N) |
| |