|
JUCE
|
Inheritance diagram for RelativePointPath::CubicTo:Public Member Functions | |
| CubicTo (const RelativePoint &controlPoint1, const RelativePoint &controlPoint2, const RelativePoint &endPoint) | |
| ValueTree | createTree () const |
| void | addToPath (Path &path, Expression::Scope *) const |
| RelativePoint * | getControlPoints (int &numPoints) |
| ElementBase * | clone () const |
Public Member Functions inherited from RelativePointPath::ElementBase | |
| ElementBase (ElementType type) | |
| virtual | ~ElementBase () |
| bool | isDynamic () |
Public Attributes | |
| RelativePoint | controlPoints [3] |
Public Attributes inherited from RelativePointPath::ElementBase | |
| const ElementType | type |
| RelativePointPath::CubicTo::CubicTo | ( | const RelativePoint & | controlPoint1, |
| const RelativePoint & | controlPoint2, | ||
| const RelativePoint & | endPoint | ||
| ) |
|
virtual |
Implements RelativePointPath::ElementBase.
|
virtual |
Implements RelativePointPath::ElementBase.
|
virtual |
Implements RelativePointPath::ElementBase.
|
virtual |
Implements RelativePointPath::ElementBase.
| RelativePoint RelativePointPath::CubicTo::controlPoints[3] |