JUCE  v5.1.1-3-g1a0b28c73
JUCE API
Point< ValueType > Member List

This is the complete list of members for Point< ValueType >, including all inherited members.

addXY(ValueType xToAdd, ValueType yToAdd) noexceptPoint< ValueType >inline
applyTransform(const AffineTransform &transform) noexceptPoint< ValueType >inline
FloatType typedefPoint< ValueType >
getAngleToPoint(Point other) const noexceptPoint< ValueType >inline
getDistanceFrom(Point other) const noexceptPoint< ValueType >inline
getDistanceFromOrigin() const noexceptPoint< ValueType >inline
getDistanceSquaredFrom(Point other) const noexceptPoint< ValueType >inline
getDistanceSquaredFromOrigin() const noexceptPoint< ValueType >inline
getDotProduct(Point other) const noexceptPoint< ValueType >inline
getPointOnCircumference(float radius, float angle) const noexceptPoint< ValueType >inline
getPointOnCircumference(float radiusX, float radiusY, float angle) const noexceptPoint< ValueType >inline
getX() const noexceptPoint< ValueType >inline
getY() const noexceptPoint< ValueType >inline
isFinite() const noexceptPoint< ValueType >inline
isOrigin() const noexceptPoint< ValueType >inline
operator!=(Point other) const noexceptPoint< ValueType >inline
operator*(Point< OtherType > other) const noexceptPoint< ValueType >inline
operator*(FloatType multiplier) const noexceptPoint< ValueType >inline
operator*=(Point< OtherType > other) noexceptPoint< ValueType >inline
operator*=(FloatType multiplier) noexceptPoint< ValueType >inline
operator+(Point other) const noexceptPoint< ValueType >inline
operator+=(Point other) noexceptPoint< ValueType >inline
operator-(Point other) const noexceptPoint< ValueType >inline
operator-() const noexceptPoint< ValueType >inline
operator-=(Point other) noexceptPoint< ValueType >inline
operator/(Point< OtherType > other) const noexceptPoint< ValueType >inline
operator/(FloatType divisor) const noexceptPoint< ValueType >inline
operator/=(Point< OtherType > other) noexceptPoint< ValueType >inline
operator/=(FloatType divisor) noexceptPoint< ValueType >inline
operator=(const Point &other) noexceptPoint< ValueType >inline
operator==(Point other) const noexceptPoint< ValueType >inline
Point() noexceptPoint< ValueType >inline
Point(const Point &other) noexceptPoint< ValueType >inline
Point(ValueType initialX, ValueType initialY) noexceptPoint< ValueType >inline
rotatedAboutOrigin(ValueType angleRadians) const noexceptPoint< ValueType >inline
roundToInt() const noexceptPoint< ValueType >inline
setX(ValueType newX) noexceptPoint< ValueType >inline
setXY(ValueType newX, ValueType newY) noexceptPoint< ValueType >inline
setY(ValueType newY) noexceptPoint< ValueType >inline
toDouble() const noexceptPoint< ValueType >inline
toFloat() const noexceptPoint< ValueType >inline
toInt() const noexceptPoint< ValueType >inline
toString() constPoint< ValueType >inline
transformedBy(const AffineTransform &transform) const noexceptPoint< ValueType >inline
translated(ValueType deltaX, ValueType deltaY) const noexceptPoint< ValueType >inline
withX(ValueType newX) const noexceptPoint< ValueType >inline
withY(ValueType newY) const noexceptPoint< ValueType >inline
xPoint< ValueType >
yPoint< ValueType >