1#ifndef IGL_COPYLEFT_CGAL_COPLANAR_H
2#define IGL_COPYLEFT_CGAL_COPLANAR_H
3#include "../../igl_inline.h"
15 template <
typename DerivedV>
17 const Eigen::MatrixBase<DerivedV> & V);
21#ifndef IGL_STATIC_LIBRARY
22# include "coplanar.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool coplanar(const Eigen::MatrixBase< DerivedV > &V)
Test whether all points are on same plane.