JUCE  v5.1.1-3-g1a0b28c73
JUCE API
RelativePointPath::QuadraticTo Class Reference

#include <juce_RelativePointPath.h>

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

Public Member Functions

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

Public Attributes

RelativePoint controlPoints [2]
 
const ElementType type
 

Constructor & Destructor Documentation

◆ QuadraticTo()

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

Member Function Documentation

◆ addToPath()

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

◆ clone()

ElementBase* RelativePointPath::QuadraticTo::clone ( ) const
virtual

◆ createTree()

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

◆ getControlPoints()

RelativePoint* RelativePointPath::QuadraticTo::getControlPoints ( int numPoints)
virtual

◆ isDynamic()

bool RelativePointPath::ElementBase::isDynamic ( )
inherited

Member Data Documentation

◆ controlPoints

RelativePoint RelativePointPath::QuadraticTo::controlPoints[2]

◆ type

const ElementType RelativePointPath::ElementBase::type
inherited

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