GameKit  0.0.1a
C++ gamedev tools
gk::Rect< T > Member List

This is the complete list of members for gk::Rect< T >, including all inherited members.

contains(T _x, T _y) constgk::Rect< T >inline
contains(const Vector2< T > &point) constgk::Rect< T >inline
heightgk::Rect< T >
intersectionDirection(const Rect< T > &rect) constgk::Rect< T >inline
intersects(const Rect< T > &rect) constgk::Rect< T >inline
operator!=(const Rect< T > &rect) constgk::Rect< T >inline
operator==(const Rect< T > &rect) constgk::Rect< T >inline
Rect()=defaultgk::Rect< T >
Rect(T _x, T _y, T _width, T _height)gk::Rect< T >inline
Rect(const Vector2< T > &position, const Vector2< T > &size)gk::Rect< T >inline
Rect(const Rect< U > &rect)gk::Rect< T >inlineexplicit
widthgk::Rect< T >
xgk::Rect< T >
ygk::Rect< T >