25 #ifndef JUCE_PATHITERATOR_H_INCLUDED 26 #define JUCE_PATHITERATOR_H_INCLUDED 56 float tolerance = defaultTolerance);
91 bool isLastInSubpath() const
noexcept;
94 static const
float defaultTolerance;
101 const
float toleranceSquared;
102 float subPathCloseX, subPathCloseY;
103 const
bool isIdentityTransform;
107 size_t index, stackSize;
113 #endif // JUCE_PATHITERATOR_H_INCLUDED Definition: juce_PathIterator.h:39
float x2
Definition: juce_PathIterator.h:73
#define noexcept
Definition: juce_CompilerSupport.h:141
bool closesSubPath
Definition: juce_PathIterator.h:81
float y1
Definition: juce_PathIterator.h:72
#define JUCE_API
Definition: juce_StandardHeader.h:139
Definition: juce_Path.h:62
float x1
Definition: juce_PathIterator.h:71
Definition: juce_HeapBlock.h:90
float y2
Definition: juce_PathIterator.h:74
int subPathIndex
Definition: juce_PathIterator.h:88