cpp3ds::Rect< T > Member List

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

contains(T x, T y) const cpp3ds::Rect< T >
contains(const Vector2< T > &point) const cpp3ds::Rect< T >
heightcpp3ds::Rect< T >
intersects(const Rect< T > &rectangle) const cpp3ds::Rect< T >
intersects(const Rect< T > &rectangle, Rect< T > &intersection) const cpp3ds::Rect< T >
leftcpp3ds::Rect< T >
operator!=(const Rect< T > &left, const Rect< T > &right)cpp3ds::Rect< T >related
operator==(const Rect< T > &left, const Rect< T > &right)cpp3ds::Rect< T >related
Rect()cpp3ds::Rect< T >
Rect(T rectLeft, T rectTop, T rectWidth, T rectHeight)cpp3ds::Rect< T >
Rect(const Vector2< T > &position, const Vector2< T > &size)cpp3ds::Rect< T >
Rect(const Rect< U > &rectangle)cpp3ds::Rect< T >explicit
topcpp3ds::Rect< T >
widthcpp3ds::Rect< T >