JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Namespaces | Macros | Functions | Variables
juce_Path.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  juce
 JUCE Namespace.
 

Macros

#define JUCE_CHECK_COORDS_ARE_VALID(x, y)
 

Functions

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

Variables

const float juce::PathHelpers::ellipseAngularIncrement
 

Macro Definition Documentation

◆ JUCE_CHECK_COORDS_ARE_VALID

#define JUCE_CHECK_COORDS_ARE_VALID (   x,
 
)

Definition at line 30 of file juce_Path.cpp.

Function Documentation

◆ lengthOf()

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

Definition at line 54 of file juce_Path.cpp.

Variable Documentation

◆ ellipseAngularIncrement

const float juce::PathHelpers::ellipseAngularIncrement

Definition at line 36 of file juce_Path.cpp.