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::MatrixBase< Derivedeye > &eye, const Eigen::MatrixBase< Derivedcenter > &center, const Eigen::MatrixBase< Derivedup > &up, Eigen::PlainObjectBase< DerivedR > &R)
 Implementation of the deprecated gluLookAt function.