openshot-audio  0.1.7
Namespaces | Macros | Functions | Variables
juce_Path.cpp File Reference

Namespaces

 PathHelpers
 

Macros

#define JUCE_CHECK_COORDS_ARE_VALID(x, y)   jassert (x == x && y == y);
 
#define JUCE_CHECK_COORDS_ARE_VALID(x, y)   jassert (x == x && y == y);
 

Functions

double PathHelpers::lengthOf (float x1, float y1, float x2, float y2) noexcept
 

Variables

const float PathHelpers::ellipseAngularIncrement = 0.05f
 

Macro Definition Documentation

#define JUCE_CHECK_COORDS_ARE_VALID (   x,
 
)    jassert (x == x && y == y);
#define JUCE_CHECK_COORDS_ARE_VALID (   x,
 
)    jassert (x == x && y == y);