JUCE
Functions

Functions

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

Detailed Description

Function Documentation

◆ operator*()

template<typename ValueType >
Point<ValueType> operator* ( ValueType  value,
Point< ValueType >  p 
)
noexcept

Multiplies the point's coordinates by a scalar value.

References gl::p, and gl::value.