JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
juce_Point.h File Reference

Go to the source code of this file.

Classes

class  juce::Point< ValueType >
 A pair of (x, y) coordinates. More...
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Functions

template<typename ValueType >
Point< ValueType > juce::operator* (ValueType value, Point< ValueType > p) noexcept
 Multiplies the point's coordinates by a scalar value.