LMMS
Loading...
Searching...
No Matches
juce::RelativePointPath::CubicTo Class Reference

#include <juce_RelativePointPath.h>

Inheritance diagram for juce::RelativePointPath::CubicTo:
juce::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 override
RelativePointgetControlPoints (int &numPoints) override
ElementBaseclone () const override
Public Member Functions inherited from juce::RelativePointPath::ElementBase
 ElementBase (ElementType type)
virtual ~ElementBase ()=default
bool isDynamic ()

Public Attributes

RelativePoint controlPoints [3]
Public Attributes inherited from juce::RelativePointPath::ElementBase
const ElementType type

Detailed Description

Class for the cubic to element

Constructor & Destructor Documentation

◆ CubicTo()

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

Member Function Documentation

◆ addToPath()

void juce::RelativePointPath::CubicTo::addToPath ( Path & path,
Expression::Scope * scope ) const
overridevirtual

◆ clone()

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

◆ createTree()

ValueTree juce::RelativePointPath::CubicTo::createTree ( ) const

◆ getControlPoints()

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

Member Data Documentation

◆ controlPoints

RelativePoint juce::RelativePointPath::CubicTo::controlPoints[3]

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