Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 >
closestPoint(const Vec2< T > &pt) const cinder::RectT< T >
contains(const Vec2< Y > &pt) const cinder::RectT< T >
distance(const Vec2< T > &pt) const cinder::RectT< T >
distanceSquared(const Vec2< T > &pt) const 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 >
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 Vec2< T > &point)cinder::RectT< T >
include(const std::vector< Vec2< T > > &points)cinder::RectT< T >
include(const RectT &rect)cinder::RectT< T >
inflate(const Vec2< T > &amount)cinder::RectT< T >
inflated(const Vec2< T > &amount) const cinder::RectT< T >
intersects(const RectT &rect) 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 RectT< T > &rhs) const cinder::RectT< T >
operator+=(const Vec2< T > &o)cinder::RectT< T >
operator-(const Vec2< T > &o) const cinder::RectT< T >
operator-(const RectT< T > &rhs) 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 >
scale(const Vec2< 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 >
scaled(const Vec2< 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 >
transformCopy(const class MatrixAffine2< T > &matrix) const cinder::RectT< T >
x1cinder::RectT< T >
x2cinder::RectT< T >
y1cinder::RectT< T >
y2cinder::RectT< T >
zero()cinder::RectT< T >static