Gin
|
Like the juce::Point, useful for project that don't use juce_graphics. More...
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.
T Point< T >::getX | ( | ) |
References Point< T >::x.
Referenced by Ellipse< T >::isPointInside(), Ellipse< T >::isPointOn(), and Ellipse< T >::isPointOutside().
T Point< T >::getY | ( | ) |
References Point< T >::y.
Referenced by Ellipse< T >::isPointInside(), Ellipse< T >::isPointOn(), and Ellipse< T >::isPointOutside().
T Point< T >::x = T (0) |
T Point< T >::y = T (0) |