ofxMUI
A Multi-touch GUI implementation built with ofxDOM for openFrameworks.
ofx::MUI::Math Member List

This is the complete list of members for ofx::MUI::Math, including all inherited members.

clamp(const Type &inputValue, const Type &inputMin, const Type &inputMax) (defined in ofx::MUI::Math)ofx::MUI::Mathinlinestatic
lerp(double inputValue, double inputMin, double inputMax, double outputMin, double outputMax, bool clampOutput=false) (defined in ofx::MUI::Math)ofx::MUI::Mathinlinestatic