JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::RelativePointPath::QuadraticTo Class Reference

Class for the quadratic to element. More...

#include <juce_RelativePointPath.h>

Inheritance diagram for juce::RelativePointPath::QuadraticTo:
Collaboration diagram for juce::RelativePointPath::QuadraticTo:

Public Member Functions

 QuadraticTo (const RelativePoint &controlPoint, const RelativePoint &endPoint)
 
void addToPath (Path &path, Expression::Scope *) const override
 
ElementBaseclone () const override
 
ValueTree createTree () const
 
RelativePointgetControlPoints (int &numPoints) override
 
bool isDynamic ()
 

Public Attributes

RelativePoint controlPoints [2]
 
const ElementType type
 

Detailed Description

Class for the quadratic to element.

Constructor & Destructor Documentation

◆ QuadraticTo()

juce::RelativePointPath::QuadraticTo::QuadraticTo ( const RelativePoint controlPoint,
const RelativePoint endPoint 
)

Member Function Documentation

◆ addToPath()

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

◆ clone()

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

◆ createTree()

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

◆ getControlPoints()

RelativePoint* juce::RelativePointPath::QuadraticTo::getControlPoints ( int numPoints)
overridevirtual

◆ isDynamic()

bool juce::RelativePointPath::ElementBase::isDynamic ( )
inherited

Member Data Documentation

◆ controlPoints

RelativePoint juce::RelativePointPath::QuadraticTo::controlPoints[2]

◆ type

const ElementType juce::RelativePointPath::ElementBase::type
inherited

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