| JUCE
    | 
Class for the cubic to element. More...
#include <juce_RelativePointPath.h>
| Public Member Functions | |
| CubicTo (const RelativePoint &controlPoint1, const RelativePoint &controlPoint2, const RelativePoint &endPoint) | |
| ValueTree | createTree () const | 
| void | addToPath (Path &path, Expression::Scope *) const override | 
| RelativePoint * | getControlPoints (int &numPoints) override | 
| ElementBase * | clone () const override | 
|  Public Member Functions inherited from RelativePointPath::ElementBase | |
| ElementBase (ElementType type) | |
| virtual | ~ElementBase ()=default | 
| bool | isDynamic () | 
| Public Attributes | |
| RelativePoint | controlPoints [3] | 
|  Public Attributes inherited from RelativePointPath::ElementBase | |
| const ElementType | type | 
Class for the cubic to element.
| RelativePointPath::CubicTo::CubicTo | ( | const RelativePoint & | controlPoint1, | 
| const RelativePoint & | controlPoint2, | ||
| const RelativePoint & | endPoint ) | 
| ValueTree RelativePointPath::CubicTo::createTree | ( | ) | const | 
| 
 | overridevirtual | 
Implements RelativePointPath::ElementBase.
| 
 | overridevirtual | 
Implements RelativePointPath::ElementBase.
| 
 | overridevirtual | 
Implements RelativePointPath::ElementBase.
| RelativePoint RelativePointPath::CubicTo::controlPoints[3] |