Searched defs:unProject (Results 1 – 2 of 2) sorted by relevance
246 Vector3f Camera::unProject(const Vector2f& uv, float depth) const in unProject() function in Camera252 Vector3f Camera::unProject(const Vector2f& uv, float depth, const Matrix4f& invModelview) const in unProject() function in Camera
465 GLM_FUNC_QUALIFIER tvec3<T, P> unProject function