, including all inherited members.
arc(const Vec2f ¢er, float radius, float startRadians, float endRadians, bool forward=true) | cinder::Path2d | |
arc(float centerX, float centerY, float radius, float startRadians, float endRadians, bool forward=true) | cinder::Path2d | |
arcTo(const Vec2f &p, const Vec2f &t, float radius) | cinder::Path2d | |
arcTo(float x, float y, float tanX, float tanY, float radius) | cinder::Path2d | |
calcBoundingBox() const | cinder::Path2d | |
calcPreciseBoundingBox() const | cinder::Path2d | |
clear() | cinder::Path2d | |
CLOSE enum value | cinder::Path2d | |
close() | cinder::Path2d | |
contains(const Vec2f &pt) const | cinder::Path2d | |
CUBICTO enum value | cinder::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 | |
getPoint(size_t point) | cinder::Path2d | |
getPoints() const | cinder::Path2d | |
getPoints() | cinder::Path2d | |
getPosition(float t) const | cinder::Path2d | |
getSegmentPosition(size_t segment, float t) const | cinder::Path2d | |
getSegments() const | cinder::Path2d | |
getSegments() | cinder::Path2d | |
getSegmentType(size_t segment) const | cinder::Path2d | |
isClosed() const | cinder::Path2d | |
LINETO enum value | cinder::Path2d | |
lineTo(const Vec2f &p) | cinder::Path2d | |
lineTo(float x, float y) | cinder::Path2d | |
MOVETO enum value | cinder::Path2d | |
moveTo(const Vec2f &p) | cinder::Path2d | |
moveTo(float x, float y) | cinder::Path2d | |
operator<<(std::ostream &out, const Path2d &p) | cinder::Path2d | [friend] |
Path2d() | cinder::Path2d | |
Path2d(const BSpline< Vec2f > &spline, float subdivisionStep=0.01f) | cinder::Path2d | [explicit] |
QUADTO enum value | cinder::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 | |
reverse() | cinder::Path2d | |
scale(const Vec2f &amount, Vec2f scaleCenter=Vec2f::zero()) | cinder::Path2d | |
SegmentType enum name | cinder::Path2d | |
setPoint(size_t index, const Vec2f &p) | cinder::Path2d | |
Shape2d class | cinder::Path2d | [friend] |
sSegmentTypePointCounts | cinder::Path2d | [static] |
subdivide(float approximationScale=1.0f) const | cinder::Path2d | |
transform(const MatrixAffine2f &matrix) | cinder::Path2d | |
transformCopy(const MatrixAffine2f &matrix) const | cinder::Path2d | |