JUCE
juce::Point< ValueType > Member List

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

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