Searched refs:screenToLocal (Results 1 – 1 of 1) sorted by relevance
169 Vec2<T> screenToLocal( const Vec2<T> & ) const;454 Vec2<T> bl = screenToLocal( Vec2<T>(l,b) ); in window()455 Vec2<T> tr = screenToLocal( Vec2<T>(r,t) ); in window()462 Vec2<T> Frustum<T>::screenToLocal(const Vec2<T> &s) const in screenToLocal() function493 Vec2<T> point = screenToLocal(p); in projectScreenToRay()