MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / fromNormalized

Method fromNormalized

Source/Panels/ControlPanel/LfoPanel.cpp:671–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671juce::Point<float> LfoEditor::fromNormalized(juce::Point<float> normalizedPoint)
672{
673 // Ensure the calculation is done with floats and returns a float point
674 return { normalizedPoint.x * (float) getWidth(), (1.0f - normalizedPoint.y) * (float) getHeight() };
675}
676
677void LfoEditor::updateAndSortPoints()
678{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected