Cinder  0.9.1
cinder::Area Member List

This is the complete list of members for cinder::Area, including all inherited members.

Area()cinder::Area
Area(const ivec2 &UL, const ivec2 &LR)cinder::Area
Area(int32_t aX1, int32_t aY1, int32_t aX2, int32_t aY2)cinder::Area
Area(const RectT< float > &r)cinder::Areaexplicit
calcArea() const cinder::Area
clipBy(const Area &clip)cinder::Area
closestPoint(const vec2 &pt) const cinder::Area
closestPoint(const ivec2 &pt) const cinder::Area
closestPoint(const dvec2 &pt) const cinder::Area
contains(const ivec2 &offset) const cinder::Area
contains(const glm::tvec2< T, glm::defaultp > &offset) const cinder::Area
distance(const vec2 &pt) const cinder::Area
distance(const dvec2 &pt) const cinder::Area
distance(const ivec2 &pt) const cinder::Area
distanceSquared(const vec2 &pt) const cinder::Area
distanceSquared(const dvec2 &pt) const cinder::Area
distanceSquared(const ivec2 &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 ivec2 &newUL) const cinder::Area
getOffset(const ivec2 &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 ivec2 &point)cinder::Area
include(const std::vector< ivec2 > &points)cinder::Area
include(const Area &area)cinder::Area
intersects(const Area &area) const cinder::Area
moveULTo(const ivec2 &newUL)cinder::Area
offset(const ivec2 &off)cinder::Area
operator!=(const Area &rhs) const cinder::Area
operator+(const ivec2 &o) const cinder::Area
operator+(const Area &rhs) const cinder::Area
operator+=(const ivec2 &o)cinder::Area
operator-(const ivec2 &o) const cinder::Area
operator-(const Area &rhs) const cinder::Area
operator-=(const ivec2 &o)cinder::Area
operator<(const Area &aArea) const cinder::Area
operator<<(std::ostream &o, const Area &area)cinder::Areafriend
operator==(const Area &rhs) const cinder::Area
proportionalFit(const Area &srcArea, const Area &dstArea, bool center, bool expand=false)cinder::Areastatic
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
transform(const mat3 &matrix)cinder::Area
transformed(const mat3 &matrix) const cinder::Area
x1cinder::Area
x2cinder::Area
y1cinder::Area
y2cinder::Area
zero()cinder::Areastatic