18  template < 
typename DerivedX, 
typename DerivedY>
 
   20    const Eigen::PlainObjectBase<DerivedX>& X,
 
   21    Eigen::PlainObjectBase<DerivedY>& Y);
 
   24#ifndef IGL_STATIC_LIBRARY 
#define IGL_INLINE
Definition igl_inline.h:15
 
void floor(const Eigen::PlainObjectBase< DerivedX > &X, Eigen::PlainObjectBase< DerivedY > &Y)
Floor a given matrix to nearest integers.