Inherits RelativePointPath::ElementBase.
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 Attributes | |
| RelativePoint | controlPoints [3] |
| RelativePointPath::CubicTo::CubicTo | ( | const RelativePoint & | controlPoint1, |
| const RelativePoint & | controlPoint2, | ||
| const RelativePoint & | endPoint | ||
| ) |
| ValueTree RelativePointPath::CubicTo::createTree | ( | ) | const [virtual] |
Implements RelativePointPath::ElementBase.
| void RelativePointPath::CubicTo::addToPath | ( | Path & | path, |
| Expression::Scope * | |||
| ) | const [virtual] |
Implements RelativePointPath::ElementBase.
| RelativePoint* RelativePointPath::CubicTo::getControlPoints | ( | int & | numPoints | ) | [virtual] |
Implements RelativePointPath::ElementBase.
| ElementBase* RelativePointPath::CubicTo::clone | ( | ) | const [virtual] |
Implements RelativePointPath::ElementBase.