This is the complete list of members for
cinder::Shape2d, including all inherited members.
| append(const Shape2d &shape) | cinder::Shape2d | |
| appendContour(const Path2d &contour) | cinder::Shape2d | |
| arc(const Vec2f ¢er, float radius, float startRadians, float endRadians, bool forward=true) | cinder::Shape2d | |
| arc(float centerX, float centerY, float radius, float startRadians, float endRadians, bool forward=true) | cinder::Shape2d | |
| arcTo(const Vec2f &p, const Vec2f &t, float radius) | cinder::Shape2d | |
| arcTo(float x, float y, float tanX, float tanY, float radius) | cinder::Shape2d | |
| calcBoundingBox() const | cinder::Shape2d | |
| calcPreciseBoundingBox() const | cinder::Shape2d | |
| clear() | cinder::Shape2d | |
| close() | cinder::Shape2d | |
| contains(const Vec2f &pt) const | cinder::Shape2d | |
| curveTo(const Vec2f &p1, const Vec2f &p2, const Vec2f &p3) | cinder::Shape2d | |
| curveTo(float x1, float y1, float x2, float y2, float x3, float y3) | cinder::Shape2d | |
| empty() const | cinder::Shape2d | |
| getContour(size_t i) const | cinder::Shape2d | |
| getContour(size_t i) | cinder::Shape2d | |
| getContours() const | cinder::Shape2d | |
| getContours() | cinder::Shape2d | |
| getCurrentPoint() const | cinder::Shape2d | |
| getNumContours() const | cinder::Shape2d | |
| iterate(IT &it) | cinder::Shape2d | |
| lineTo(const Vec2f &p) | cinder::Shape2d | |
| lineTo(float x, float y) | cinder::Shape2d | |
| moveTo(const Vec2f &p) | cinder::Shape2d | |
| moveTo(float x, float y) | cinder::Shape2d | |
| quadTo(const Vec2f &p1, const Vec2f &p2) | cinder::Shape2d | |
| quadTo(float x1, float y1, float x2, float y2) | cinder::Shape2d | |
| removeContour(size_t i) | cinder::Shape2d | |
| scale(const Vec2f &amount, Vec2f scaleCenter=Vec2f::zero()) | cinder::Shape2d | |
| transform(const MatrixAffine2f &matrix) | cinder::Shape2d | |
| transformCopy(const MatrixAffine2f &matrix) const | cinder::Shape2d | |