This is the complete list of members for cinder::Area, including all inherited members.
Area() | cinder::Area | |
Area(const Vec2i &UL, const Vec2i &LR) | cinder::Area | |
Area(int32_t aX1, int32_t aY1, int32_t aX2, int32_t aY2) | cinder::Area | |
Area(const RectT< float > &r) | cinder::Area | explicit |
calcArea() const | cinder::Area | |
clipBy(const Area &clip) | cinder::Area | |
closestPoint(const Vec2< Y > &pt) const | cinder::Area | |
contains(const Vec2i &offset) const | cinder::Area | |
contains(const Vec2< Y > &offset) const | cinder::Area | |
distance(const Vec2< Y > &pt) const | cinder::Area | |
distanceSquared(const Vec2< Y > &pt) const | cinder::Area | |
expand(int32_t expandX, int32_t expandY) | cinder::Area | |
getCenter() const | cinder::Area | |
getClipBy(const Area &clip) const | cinder::Area | |
getHeight() const | cinder::Area | |
getLR() const | cinder::Area | |
getMoveULTo(const Vec2i &newUL) const | cinder::Area | |
getOffset(const Vec2i &off) const | cinder::Area | |
getSize() const | cinder::Area | |
getUL() const | cinder::Area | |
getWidth() const | cinder::Area | |
getX1() const | cinder::Area | |
getX2() const | cinder::Area | |
getY1() const | cinder::Area | |
getY2() const | cinder::Area | |
include(const Vec2i &point) | cinder::Area | |
include(const std::vector< Vec2i > &points) | cinder::Area | |
include(const Area &area) | cinder::Area | |
intersects(const Area &area) const | cinder::Area | |
moveULTo(const Vec2i &newUL) | cinder::Area | |
offset(const Vec2i &off) | cinder::Area | |
operator+(const Vec2i &o) const | cinder::Area | |
operator+(const Area &rhs) const | cinder::Area | |
operator+=(const Vec2i &o) | cinder::Area | |
operator-(const Vec2i &o) const | cinder::Area | |
operator-(const Area &rhs) const | cinder::Area | |
operator-=(const Vec2i &o) | cinder::Area | |
operator<(const Area &aArea) const | cinder::Area | |
operator<<(std::ostream &o, const Area &area) | cinder::Area | friend |
operator==(const Area &aArea) const | cinder::Area | |
proportionalFit(const Area &srcArea, const Area &dstArea, bool center, bool expand=false) | cinder::Area | static |
set(int32_t aX1, int32_t aY1, int32_t aX2, int32_t aY2) | cinder::Area | |
setX1(int32_t aX1) | cinder::Area | |
setX2(int32_t aX2) | cinder::Area | |
setY1(int32_t aY1) | cinder::Area | |
setY2(int32_t aY2) | cinder::Area | |
x1 | cinder::Area | |
x2 | cinder::Area | |
y1 | cinder::Area | |
y2 | cinder::Area | |
zero() | cinder::Area | static |