cinder::Path2d Member List

This is the complete list of members for cinder::Path2d, including all inherited members.
clear()cinder::Path2d
CLOSE enum valuecinder::Path2d
close()cinder::Path2d
CUBICTO enum valuecinder::Path2d
curveTo(const Vec2f &p1, const Vec2f &p2, const Vec2f &p3)cinder::Path2d
curveTo(float x1, float y1, float x2, float y2, float x3, float y3)cinder::Path2d
empty() const cinder::Path2d
getCurrentPoint() const cinder::Path2d
getNumPoints() const cinder::Path2d
getNumSegments() const cinder::Path2d
getPoint(size_t point) const cinder::Path2d
getSegmentType(size_t segment) const cinder::Path2d
isClosed() const cinder::Path2d
LINETO enum valuecinder::Path2d
lineTo(const Vec2f &p)cinder::Path2d
lineTo(float x, float y)cinder::Path2d
moveTo(const Vec2f &p)cinder::Path2d
moveTo(float x, float y)cinder::Path2d
MOVETO enum valuecinder::Path2d
Path2d()cinder::Path2d
Path2d(const BSpline< Vec2f > &spline, float subdivisionStep=0.01f)cinder::Path2d [explicit]
QUADTO enum valuecinder::Path2d
quadTo(const Vec2f &p1, const Vec2f &p2)cinder::Path2d
quadTo(float x1, float y1, float x2, float y2)cinder::Path2d
removeSegment(size_t segment)cinder::Path2d
SegmentType enum namecinder::Path2d
setPoint(size_t index, const Vec2f &p)cinder::Path2d
Shape2d classcinder::Path2d [friend]
sSegmentTypePointCountscinder::Path2d [static]