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