calcArea() const | cinder::RectT< T > | |
canonicalize() | cinder::RectT< T > | |
canonicalized() const | cinder::RectT< T > | |
clipBy(const RectT &clip) | cinder::RectT< T > | |
closestPoint(const Vec2T &pt) const | cinder::RectT< T > | |
contains(const glm::tvec2< Y, glm::defaultp > &pt) const | cinder::RectT< T > | |
contains(const Vec2T &pt) const | cinder::RectT< T > | |
distance(const Vec2T &pt) const | cinder::RectT< T > | |
distanceSquared(const Vec2T &pt) const | cinder::RectT< T > | |
getAspectRatio() const | cinder::RectT< T > | |
getCenter() const | cinder::RectT< T > | |
getCenteredFill(const RectT &other, bool contract) const | cinder::RectT< T > | |
getCenteredFit(const RectT &other, bool expand) const | cinder::RectT< T > | |
getClipBy(const RectT &clip) const | cinder::RectT< T > | |
getHeight() const | cinder::RectT< T > | |
getInteriorArea() const | cinder::RectT< T > | |
getLowerLeft() const | cinder::RectT< T > | |
getLowerRight() const | cinder::RectT< T > | |
getMoveULTo(const Vec2T &newUL) const | cinder::RectT< T > | |
getOffset(const Vec2T &off) const | cinder::RectT< T > | |
getSize() const | cinder::RectT< T > | |
getUpperLeft() const | cinder::RectT< T > | |
getUpperRight() const | cinder::RectT< T > | |
getWidth() const | cinder::RectT< T > | |
getX1() const | cinder::RectT< T > | |
getX2() const | cinder::RectT< T > | |
getY1() const | cinder::RectT< T > | |
getY2() const | cinder::RectT< T > | |
include(const Vec2T &point) | cinder::RectT< T > | |
include(const std::vector< Vec2T > &points) | cinder::RectT< T > | |
include(const RectT &rect) | cinder::RectT< T > | |
inflate(const Vec2T &amount) | cinder::RectT< T > | |
inflated(const Vec2T &amount) const | cinder::RectT< T > | |
intersects(const RectT &rect) const | cinder::RectT< T > | |
Mat3T typedef | cinder::RectT< T > | |
moveULTo(const Vec2T &newUL) | cinder::RectT< T > | |
offset(const Vec2T &offset) | cinder::RectT< T > | |
offsetCenterTo(const Vec2T ¢er) | cinder::RectT< T > | |
operator*(T s) const | cinder::RectT< T > | |
operator*=(T s) | cinder::RectT< T > | |
operator+(const Vec2T &o) const | cinder::RectT< T > | |
operator+(const RectT< T > &rhs) const | cinder::RectT< T > | |
operator+=(const Vec2T &o) | cinder::RectT< T > | |
operator-(const Vec2T &o) const | cinder::RectT< T > | |
operator-(const RectT< T > &rhs) const | cinder::RectT< T > | |
operator-=(const Vec2T &o) | cinder::RectT< T > | |
operator/(T s) const | cinder::RectT< T > | |
operator/=(T s) | cinder::RectT< T > | |
operator<<(std::ostream &o, const RectT &rect) | cinder::RectT< T > | friend |
RectT() | cinder::RectT< T > | |
RectT(const std::vector< Vec2T > &points) | cinder::RectT< T > | |
RectT(T aX1, T aY1, T aX2, T aY2) | cinder::RectT< T > | |
RectT(const Vec2T &v1, const Vec2T &v2) | cinder::RectT< T > | |
RectT(const Area &area) | cinder::RectT< T > | |
scale(T scale) | cinder::RectT< T > | |
scale(const Vec2T &scale) | cinder::RectT< T > | |
scaleCentered(const Vec2T &scale) | cinder::RectT< T > | |
scaleCentered(T scale) | cinder::RectT< T > | |
scaled(T scale) const | cinder::RectT< T > | |
scaled(const Vec2T &scale) const | cinder::RectT< T > | |
scaledCentered(const Vec2T &scale) const | cinder::RectT< T > | |
scaledCentered(T scale) const | cinder::RectT< T > | |
set(T aX1, T aY1, T aX2, T aY2) | cinder::RectT< T > | |
transform(const Mat3T &matrix) | cinder::RectT< T > | |
transformed(const Mat3T &matrix) const | cinder::RectT< T > | |
Vec2T typedef | cinder::RectT< T > | |
Vec3T typedef | cinder::RectT< T > | |
x1 | cinder::RectT< T > | |
x2 | cinder::RectT< T > | |
y1 | cinder::RectT< T > | |
y2 | cinder::RectT< T > | |
zero() | cinder::RectT< T > | static |