cinder::AreaT< T > Member List
This is the complete list of members for
cinder::AreaT< T >, including all inherited members.
| AreaT() | cinder::AreaT< T > | |
| AreaT(const Vec2< T > &UL, const Vec2< T > &LR) | cinder::AreaT< T > | |
| AreaT(T aX1, T aY1, T aX2, T aY2) | cinder::AreaT< T > | |
| AreaT(const AreaT< Y > &aAreaBase) | cinder::AreaT< T > | [explicit] |
| AreaT(const AreaT< boost::rational< int32_t > > &aAreaBase) | cinder::AreaT< T > | |
| AreaT(const AreaT< int32_t > &aAreaBase) | cinder::AreaT< T > | |
| calcArea() const | cinder::AreaT< T > | |
| clipBy(const AreaT< T > &clip) | cinder::AreaT< T > | |
| expand(T expandX, T expandY) | cinder::AreaT< T > | |
| getClipBy(const AreaT< T > &clip) const | cinder::AreaT< T > | |
| getHeight() const | cinder::AreaT< T > | |
| getLR() const | cinder::AreaT< T > | |
| getMoveULTo(const Vec2< T > &newUL) const | cinder::AreaT< T > | |
| getOffsetBy(const Vec2< T > &offset) const | cinder::AreaT< T > | |
| getSize() const | cinder::AreaT< T > | |
| getUL() const | cinder::AreaT< T > | |
| getWidth() const | cinder::AreaT< T > | |
| getX1() const | cinder::AreaT< T > | |
| getX2() const | cinder::AreaT< T > | |
| getY1() const | cinder::AreaT< T > | |
| getY2() const | cinder::AreaT< T > | |
| intersects(const AreaT< T > &area) const | cinder::AreaT< T > | |
| isInside(const Vec2< T > &offset) const | cinder::AreaT< T > | |
| isInside(const Vec2< Y > &offset) const | cinder::AreaT< T > | |
| moveULTo(const Vec2< T > &newUL) | cinder::AreaT< T > | |
| offsetBy(const Vec2< T > &offset) | cinder::AreaT< T > | |
| operator+(const Vec2< T > &offset) const | cinder::AreaT< T > | |
| operator<(const AreaT< T > &aArea) const | cinder::AreaT< T > | |
| operator<<(std::ostream &o, const AreaT< T > &area) | cinder::AreaT< T > | [friend] |
| operator==(const AreaT< T > &aArea) const | cinder::AreaT< T > | |
| proportionalFit(const AreaT< T > &srcArea, const AreaT< T > &dstArea, bool center, bool expand=false) | cinder::AreaT< T > | [static] |
| set(T aX1, T aY1, T aX2, T aY2) | cinder::AreaT< T > | |
| setX1(T aX1) | cinder::AreaT< T > | |
| setX2(T aX2) | cinder::AreaT< T > | |
| setY1(T aY1) | cinder::AreaT< T > | |
| setY2(T aY2) | cinder::AreaT< T > | |
| x1 | cinder::AreaT< T > | |
| x2 | cinder::AreaT< T > | |
| y1 | cinder::AreaT< T > | |
| y2 | cinder::AreaT< T > | |