Home
last modified time | relevance | path

Searched defs:unProject (Results 1 – 2 of 2) sorted by relevance

/external/eigen/demos/opengl/
Dcamera.cpp246 Vector3f Camera::unProject(const Vector2f& uv, float depth) const in unProject() function in Camera
252 Vector3f Camera::unProject(const Vector2f& uv, float depth, const Matrix4f& invModelview) const in unProject() function in Camera
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_transform.inl465 GLM_FUNC_QUALIFIER tvec3<T, P> unProject function