JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_Point.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

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

Namespaces

 juce
 

Functions

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