JUCE
Public Member Functions | Public Attributes | List of all members
RelativePointPath::CubicTo Class Reference

Class for the cubic to element. More...

Inheritance diagram for RelativePointPath::CubicTo:

Public Member Functions

 CubicTo (const RelativePoint &controlPoint1, const RelativePoint &controlPoint2, const RelativePoint &endPoint)
 
ValueTree createTree () const
 
void addToPath (Path &path, Expression::Scope *) const override
 
RelativePointgetControlPoints (int &numPoints) override
 
ElementBaseclone () 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
 

Detailed Description

Class for the cubic to element.

Constructor & Destructor Documentation

◆ CubicTo()

RelativePointPath::CubicTo::CubicTo ( const RelativePoint controlPoint1,
const RelativePoint controlPoint2,
const RelativePoint endPoint 
)

Member Function Documentation

◆ createTree()

ValueTree RelativePointPath::CubicTo::createTree ( ) const

◆ addToPath()

void RelativePointPath::CubicTo::addToPath ( Path path,
Expression::Scope  
) const
overridevirtual

◆ getControlPoints()

RelativePoint* RelativePointPath::CubicTo::getControlPoints ( int numPoints)
overridevirtual

◆ clone()

ElementBase* RelativePointPath::CubicTo::clone ( ) const
overridevirtual

Member Data Documentation

◆ controlPoints

RelativePoint RelativePointPath::CubicTo::controlPoints[3]

The documentation for this class was generated from the following file: