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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedP >
void igl::ortho (const typename DerivedP::Scalar left, const typename DerivedP::Scalar right, const typename DerivedP::Scalar bottom, const typename DerivedP::Scalar top, const typename DerivedP::Scalar nearVal, const typename DerivedP::Scalar farVal, Eigen::PlainObjectBase< DerivedP > &P)
 Implementation of the deprecated glOrtho function.