JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
RelativePointPath::CubicTo Class Reference

Inherits RelativePointPath::ElementBase.

List of all members.

Public Member Functions

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

Public Attributes

RelativePoint controlPoints [3]

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation


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