This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Libovr 1.17 Reference Guide

OVR::Rect Class Reference

Public Types

CompatibleTypes< Rect< T > >::Type

Data Fields

T
x ( )
T
y ( )
T
w ( )
T
h ( )

Public Member Functions

Rect ( )
Rect ( T x1, T y1, T w1, T h1 )
Rect ( const Vector2< T > & pos, const Size< T > & sz )
Rect ( const Size< T > & sz )
Rect ( const CompatibleType & s )
Vector2< T >
GetPos ( )
Size< T >
GetSize ( )
void
SetPos ( const Vector2< T > & pos )
void
SetSize ( const Size< T > & sz )
bool
operator== ( const Rect & vp )
bool
operator!= ( const Rect & vp )

Member Enumeration Documentation

typedef CompatibleTypes<Rect<T> >::Type OVR::Rect< T >::CompatibleType ( )

Field Documentation

T OVR::Rect< T >::x ( )
T OVR::Rect< T >::y ( )
T OVR::Rect< T >::w ( )
T OVR::Rect< T >::h ( )

Member Function Documentation

OVR::Rect< T >::Rect ( )
OVR::Rect< T >::Rect ( T x1, T y1, T w1, T h1 )
OVR::Rect< T >::Rect ( const Vector2< T > & pos, const Size< T > & sz )
OVR::Rect< T >::Rect ( const Size< T > & sz )
OVR::Rect< T >::Rect ( const CompatibleType & s )
OVR::Rect< T >::operator const CompatibleType & ( )
Vector2<T> OVR::Rect< T >::GetPos ( )
Size<T> OVR::Rect< T >::GetSize ( )
void OVR::Rect< T >::SetPos ( const Vector2< T > & pos )
void OVR::Rect< T >::SetSize ( const Size< T > & sz )
bool OVR::Rect< T >::operator== ( const Rect & vp )
bool OVR::Rect< T >::operator!= ( const Rect & vp )
The documentation for this class was generated from the following file: Include/Extras/OVR_Math.h