Searched refs:localToScreen (Results 1 – 1 of 1) sorted by relevance
170 Vec2<T> localToScreen( const Vec2<T> & ) const;469 Vec2<T> Frustum<T>::localToScreen(const Vec2<T> &p) const in localToScreen() function505 return localToScreen( Vec2<T>( point.x, point.y ) ); in projectPointToScreen()507 return localToScreen( Vec2<T>( point.x * _nearPlane / -point.z, in projectPointToScreen()