| JUCE
    | 
| Classes | |
| class | Point< ValueType > | 
| A pair of (x, y) coordinates.  More... | |
| Functions | |
| template<typename ValueType > | |
| Point< ValueType > | operator* (ValueType value, Point< ValueType > p) noexcept | 
| Multiplies the point's coordinates by a scalar value. | |