#include <juce_RelativePointPath.h>
Public Member Functions | |
CubicTo (const RelativePoint &controlPoint1, const RelativePoint &controlPoint2, const RelativePoint &endPoint) | |
void | addToPath (Path &path, Expression::Scope *) const |
ElementBase * | clone () const |
ValueTree | createTree () const |
RelativePoint * | getControlPoints (int &numPoints) |
bool | isDynamic () |
Public Attributes | |
RelativePoint | controlPoints [3] |
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.
|
inherited |
RelativePoint RelativePointPath::CubicTo::controlPoints[3] |
|
inherited |