libigl v2.5.0
Loading...
Searching...
No Matches
unproject_on_plane.h File Reference
#include <Eigen/Core>
#include "unproject_on_plane.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedUV , typename DerivedM , typename DerivedVP , typename DerivedP , typename DerivedZ >
void igl::unproject_on_plane (const Eigen::MatrixBase< DerivedUV > &UV, const Eigen::MatrixBase< DerivedM > &M, const Eigen::MatrixBase< DerivedVP > &VP, const Eigen::MatrixBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedZ > &Z)
 Given a screen space point (u,v) and the current projection matrix (e.g.