libigl v2.5.0
Loading...
Searching...
No Matches
look_at.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "look_at.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename Derivedeye , typename Derivedcenter , typename Derivedup , typename DerivedR >
void igl::look_at (const Eigen::PlainObjectBase< Derivedeye > &eye, const Eigen::PlainObjectBase< Derivedcenter > &center, const Eigen::PlainObjectBase< Derivedup > &up, Eigen::PlainObjectBase< DerivedR > &R)
 Implementation of the deprecated gluLookAt function.