libigl v2.5.0
Loading...
Searching...
No Matches
coplanar.h
Go to the documentation of this file.
1#ifndef IGL_COPYLEFT_CGAL_COPLANAR_H
2#define IGL_COPYLEFT_CGAL_COPLANAR_H
3#include "../../igl_inline.h"
4#include <Eigen/Core>
5namespace igl
6{
7 namespace copyleft
8 {
9 namespace cgal
10 {
15 template <typename DerivedV>
17 const Eigen::MatrixBase<DerivedV> & V);
18 }
19 }
20}
21#ifndef IGL_STATIC_LIBRARY
22# include "coplanar.cpp"
23#endif
24
25#endif
#define IGL_INLINE
Definition igl_inline.h:15
bool coplanar(const Eigen::MatrixBase< DerivedV > &V)
Test whether all points are on same plane.
Definition AABB.h:17