30    const Eigen::PlainObjectBase<DerivedA> & A,
 
   31    const Eigen::PlainObjectBase<DerivedB> & B,
 
   32    Eigen::PlainObjectBase<DerivedC> & C);
 
   35#ifndef IGL_STATIC_LIBRARY 
#define IGL_INLINE
Definition igl_inline.h:15
 
void cross(const double *a, const double *b, double *out)
Cross product; out = cross(a,b)