Saga3D API Documentation  1.0-RC4
saga::core::rect< T > Member List

This is the complete list of members for saga::core::rect< T >, including all inherited members.

addInternalPoint(const glm::vec2 &p)saga::core::rect< T >inline
addInternalPoint(T x, T y)saga::core::rect< T >inline
clipAgainst(const rect< T > &other)saga::core::rect< T >inline
constrainTo(const rect< T > &other)saga::core::rect< T >inline
getArea() constsaga::core::rect< T >inline
getCenter() constsaga::core::rect< T >inline
getHeight() constsaga::core::rect< T >inline
getSize() constsaga::core::rect< T >inline
getWidth() constsaga::core::rect< T >inline
isPointInside(const glm::vec2 &pos) constsaga::core::rect< T >inline
isRectCollided(const rect< T > &other) constsaga::core::rect< T >inline
isValid() constsaga::core::rect< T >inline
LowerRightCornersaga::core::rect< T >
operator!=(const rect< T > &other) constsaga::core::rect< T >inline
operator+(const glm::vec2 &pos) constsaga::core::rect< T >inline
operator+=(const glm::vec2 &pos)saga::core::rect< T >inline
operator-(const glm::vec2 &pos) constsaga::core::rect< T >inline
operator-=(const glm::vec2 &pos)saga::core::rect< T >inline
operator<(const rect< T > &other) constsaga::core::rect< T >inline
operator==(const rect< T > &other) constsaga::core::rect< T >inline
rect()saga::core::rect< T >inline
rect(T x, T y, T x2, T y2)saga::core::rect< T >inline
rect(const glm::vec2 &upperLeft, const glm::vec2 &lowerRight)saga::core::rect< T >inline
rect(const glm::vec2 &pos, const glm::vec2 &size)saga::core::rect< T >inline
rect(const glm::vec2 &size)saga::core::rect< T >inlineexplicit
repair()saga::core::rect< T >inline
UpperLeftCornersaga::core::rect< T >