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

#include <juce_RelativePointPath.h>

Inheritance diagram for RelativePointPath::CubicTo:
Collaboration diagram for RelativePointPath::CubicTo:

Public Member Functions

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

Public Attributes

RelativePoint controlPoints [3]
 
const ElementType type
 

Constructor & Destructor Documentation

◆ CubicTo()

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

Member Function Documentation

◆ addToPath()

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

◆ clone()

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

◆ createTree()

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

◆ getControlPoints()

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

◆ isDynamic()

bool RelativePointPath::ElementBase::isDynamic ( )
inherited

Member Data Documentation

◆ controlPoints

RelativePoint RelativePointPath::CubicTo::controlPoints[3]

◆ type

const ElementType RelativePointPath::ElementBase::type
inherited

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