JUCE
|
Public Member Functions | |
QuadraticTo (const RelativePoint &controlPoint, const RelativePoint &endPoint) | |
ValueTree | createTree () const |
void | addToPath (Path &path, Expression::Scope *) const |
RelativePoint * | getControlPoints (int &numPoints) |
ElementBase * | clone () const |
![]() | |
ElementBase (ElementType type) | |
virtual | ~ElementBase () |
bool | isDynamic () |
Public Attributes | |
RelativePoint | controlPoints [2] |
![]() | |
const ElementType | type |
RelativePointPath::QuadraticTo::QuadraticTo | ( | const RelativePoint & | controlPoint, |
const RelativePoint & | endPoint | ||
) |
|
virtual |
Implements RelativePointPath::ElementBase.
|
virtual |
Implements RelativePointPath::ElementBase.
|
virtual |
Implements RelativePointPath::ElementBase.
|
virtual |
Implements RelativePointPath::ElementBase.
RelativePoint RelativePointPath::QuadraticTo::controlPoints[2] |