25    typename Derivedcenter,
 
   29    const Eigen::PlainObjectBase<Derivedeye> & eye,
 
   30    const Eigen::PlainObjectBase<Derivedcenter> & center,
 
   31    const Eigen::PlainObjectBase<Derivedup> & up,
 
   32    Eigen::PlainObjectBase<DerivedR> & R);
 
   35#ifndef IGL_STATIC_LIBRARY 
   36#  include "look_at.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void look_at(const Eigen::PlainObjectBase< Derivedeye > &eye, const Eigen::PlainObjectBase< Derivedcenter > ¢er, const Eigen::PlainObjectBase< Derivedup > &up, Eigen::PlainObjectBase< DerivedR > &R)
Implementation of the deprecated gluLookAt function.