cinder::Shape2d Member List
This is the complete list of members for
cinder::Shape2d, including all inherited members.
calcBoundingBox() const | cinder::Shape2d | |
clear() | cinder::Shape2d | |
close() | 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 | |
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 | |