|
| void | engine::addSortedListToMenu (juce::PopupMenu &m, juce::StringArray names, int startID) |
| |
| juce::AffineTransform | engine::getScaleAroundCentre (juce::Rectangle< float > r, float numPixels) |
| |
| void | engine::moveXMLAttributeToStart (juce::XmlElement &xml, juce::StringRef att) |
| |
| template<typename Vector , typename Predicate > |
| bool | engine::removeIf (Vector &v, Predicate &&pred) |
| |
| template<typename FloatingPointType > |
| bool | engine::almostEqual (FloatingPointType firstValue, FloatingPointType secondValue, FloatingPointType precision=(FloatingPointType) 0.00001) |
| | Checks to see if two values are equal within a given precision.
|
| |