cinder::RectT< T > Member List

This is the complete list of members for cinder::RectT< T >, including all inherited members.
calcArea() const cinder::RectT< T >
canonicalize()cinder::RectT< T >
canonicalized() const cinder::RectT< T >
clipBy(const RectT &clip)cinder::RectT< T >
getAspectRatio() const cinder::RectT< T >
getCenter() 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 >
getOffset(const Vec2< T > &off) 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 Vec2< T > &point)cinder::RectT< T >
include(const std::vector< Vec2< T > > &points)cinder::RectT< T >
include(const RectT &rect)cinder::RectT< T >
intersects(const RectT &rect) const cinder::RectT< T >
isInside(const Vec2< Y > &pt) const cinder::RectT< T >
offset(const Vec2< T > &offset)cinder::RectT< T >
offsetCenterTo(const Vec2< T > &center)cinder::RectT< T >
operator*(T s) const cinder::RectT< T >
operator*=(T s)cinder::RectT< T >
operator+(const Vec2< T > &o) const cinder::RectT< T >
operator+=(const Vec2< T > &o)cinder::RectT< T >
operator-(const Vec2< T > &o) const cinder::RectT< T >
operator-=(const Vec2< T > &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< Vec2< T > > &points)cinder::RectT< T >
RectT(T aX1, T aY1, T aX2, T aY2)cinder::RectT< T >
RectT(const Vec2< T > &v1, const Vec2< T > &v2)cinder::RectT< T >
RectT(const Area &area)cinder::RectT< T >
scale(T scale)cinder::RectT< T >
scaleCentered(const Vec2< T > &scale)cinder::RectT< T >
scaleCentered(T scale)cinder::RectT< T >
scaled(T scale) const cinder::RectT< T >
scaledCentered(T scale) const cinder::RectT< T >
set(T aX1, T aY1, T aX2, T aY2)cinder::RectT< T >
x1cinder::RectT< T >
x2cinder::RectT< T >
y1cinder::RectT< T >
y2cinder::RectT< T >