Gin
|
Like the juce::Point, useful for project that don't use juce_graphics. More...
#include <gin_point.h>
Public Member Functions | |
Point ()=default | |
Point (T x_, T y_) | |
T | getX () |
T | getY () |
Public Attributes | |
T | x = T (0) |
T | y = T (0) |
Like the juce::Point, useful for project that don't use juce_graphics.
References Point< T >::x, and Point< T >::y.
References Point< T >::x.
Referenced by gradientRect(), Ellipse< T >::isPointInside(), Ellipse< T >::isPointOn(), Ellipse< T >::isPointOutside(), and ModCurveButton::paintButton().
References Point< T >::y.
Referenced by gradientRect(), Ellipse< T >::isPointInside(), Ellipse< T >::isPointOn(), Ellipse< T >::isPointOutside(), and ModCurveButton::paintButton().