Searched refs:unProject (Results 1 - 2 of 2) sorted by relevance

/external/eigen/demos/opengl/
H A Dcamera.h90 Eigen::Vector3f unProject(const Eigen::Vector2f& uv, float depth, const Eigen::Matrix4f& invModelview) const;
91 Eigen::Vector3f unProject(const Eigen::Vector2f& uv, float depth) const;
H A Dcamera.cpp246 Vector3f Camera::unProject(const Vector2f& uv, float depth) const function in class:Camera
249 return unProject(uv, depth, inv);
252 Vector3f Camera::unProject(const Vector2f& uv, float depth, const Matrix4f& invModelview) const function in class:Camera

Completed in 61 milliseconds