![]() |
Cinder
0.9.1
|
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 vec2 ¢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 vec2 &p, const vec2 &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 vec2 &pt) const | cinder::Shape2d | |
curveTo(const vec2 &p1, const vec2 &p2, const vec2 &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 vec2 &p) | cinder::Shape2d | |
lineTo(float x, float y) | cinder::Shape2d | |
moveTo(const vec2 &p) | cinder::Shape2d | |
moveTo(float x, float y) | cinder::Shape2d | |
quadTo(const vec2 &p1, const vec2 &p2) | cinder::Shape2d | |
quadTo(float x1, float y1, float x2, float y2) | cinder::Shape2d | |
removeContour(size_t i) | cinder::Shape2d | |
scale(const vec2 &amount, vec2 scaleCenter=vec2()) | cinder::Shape2d | |
transform(const mat3 &matrix) | cinder::Shape2d | |
transformed(const mat3 &matrix) const | cinder::Shape2d |