| EPSILON | tap::algorithms::WrappedFloat | static |
| getLowerBound() const | tap::algorithms::WrappedFloat | inline |
| getNormalized() const | tap::algorithms::WrappedFloat | inline |
| getRevolutions() const | tap::algorithms::WrappedFloat | inline |
| getUnwrappedValue() const | tap::algorithms::WrappedFloat | inline |
| getUpperBound() const | tap::algorithms::WrappedFloat | inline |
| getWrappedValue() const | tap::algorithms::WrappedFloat | inline |
| limitValue(const WrappedFloat &valueToLimit, const WrappedFloat &min, const WrappedFloat &max, int *status) | tap::algorithms::WrappedFloat | static |
| limitValue(const WrappedFloat &valueToLimit, const float min, const float max, int *status) | tap::algorithms::WrappedFloat | static |
| minDifference(const WrappedFloat &other) const | tap::algorithms::WrappedFloat | |
| minDifference(const float &unwrappedValue) const | tap::algorithms::WrappedFloat | |
| minInterpolate(const WrappedFloat &other, float alpha) const | tap::algorithms::WrappedFloat | |
| operator+(const WrappedFloat &other) const | tap::algorithms::WrappedFloat | |
| operator+(float other) const | tap::algorithms::WrappedFloat | |
| operator+=(const WrappedFloat &other) | tap::algorithms::WrappedFloat | |
| operator+=(float other) | tap::algorithms::WrappedFloat | |
| operator-(const WrappedFloat &other) const | tap::algorithms::WrappedFloat | |
| operator-(float other) const | tap::algorithms::WrappedFloat | |
| operator-=(const WrappedFloat &other) | tap::algorithms::WrappedFloat | |
| operator-=(float other) | tap::algorithms::WrappedFloat | |
| operator==(const WrappedFloat &other) const | tap::algorithms::WrappedFloat | |
| rangeOverlap(const WrappedFloat &lowerA, const WrappedFloat &upperA, const WrappedFloat &lowerB, const WrappedFloat &upperB) | tap::algorithms::WrappedFloat | static |
| setUnwrappedValue(float newUnwrappedValue) | tap::algorithms::WrappedFloat | inline |
| setWrappedValue(float newWrappedValue) | tap::algorithms::WrappedFloat | inline |
| shiftBounds(float shiftMagnitude) | tap::algorithms::WrappedFloat | |
| withinRange(const WrappedFloat &lowerBound, const WrappedFloat &upperBound) const | tap::algorithms::WrappedFloat | |
| withSameBounds(const float value) const | tap::algorithms::WrappedFloat | inline |
| WrappedFloat(float value, float lowerBound, float upperBound) | tap::algorithms::WrappedFloat | |