JUCE
|
This is the complete list of members for Point< ValueType >, including all inherited members.
addXY(ValueType xToAdd, ValueType yToAdd) noexcept | Point< ValueType > | |
applyTransform(const AffineTransform &transform) noexcept | Point< ValueType > | |
FloatType typedef | Point< ValueType > | |
getAngleToPoint(Point other) const noexcept | Point< ValueType > | |
getDistanceFrom(Point other) const noexcept | Point< ValueType > | |
getDistanceFromOrigin() const noexcept | Point< ValueType > | |
getDistanceSquaredFrom(Point other) const noexcept | Point< ValueType > | |
getDistanceSquaredFromOrigin() const noexcept | Point< ValueType > | |
getDotProduct(Point other) const noexcept | Point< ValueType > | |
getPointOnCircumference(float radius, float angle) const noexcept | Point< ValueType > | |
getPointOnCircumference(float radiusX, float radiusY, float angle) const noexcept | Point< ValueType > | |
getX() const noexcept | Point< ValueType > | |
getY() const noexcept | Point< ValueType > | |
isFinite() const noexcept | Point< ValueType > | |
isOrigin() const noexcept | Point< ValueType > | |
operator!=(Point other) const noexcept | Point< ValueType > | |
operator*(Point< OtherType > other) const noexcept | Point< ValueType > | |
operator*(FloatType multiplier) const noexcept | Point< ValueType > | |
operator*=(Point< OtherType > other) noexcept | Point< ValueType > | |
operator*=(FloatType multiplier) noexcept | Point< ValueType > | |
operator+(Point other) const noexcept | Point< ValueType > | |
operator+=(Point other) noexcept | Point< ValueType > | |
operator-(Point other) const noexcept | Point< ValueType > | |
operator-() const noexcept | Point< ValueType > | |
operator-=(Point other) noexcept | Point< ValueType > | |
operator/(Point< OtherType > other) const noexcept | Point< ValueType > | |
operator/(FloatType divisor) const noexcept | Point< ValueType > | |
operator/=(Point< OtherType > other) noexcept | Point< ValueType > | |
operator/=(FloatType divisor) noexcept | Point< ValueType > | |
operator=(const Point &)=default | Point< ValueType > | |
operator==(Point other) const noexcept | Point< ValueType > | |
Point()=default | Point< ValueType > | |
Point(const Point &)=default | Point< ValueType > | |
Point(ValueType initialX, ValueType initialY) noexcept | Point< ValueType > | |
rotatedAboutOrigin(ValueType angleRadians) const noexcept | Point< ValueType > | |
roundToInt() const noexcept | Point< ValueType > | |
setX(ValueType newX) noexcept | Point< ValueType > | |
setXY(ValueType newX, ValueType newY) noexcept | Point< ValueType > | |
setY(ValueType newY) noexcept | Point< ValueType > | |
toDouble() const noexcept | Point< ValueType > | |
toFloat() const noexcept | Point< ValueType > | |
toInt() const noexcept | Point< ValueType > | |
toString() const | Point< ValueType > | |
transformedBy(const AffineTransform &transform) const noexcept | Point< ValueType > | |
translated(ValueType deltaX, ValueType deltaY) const noexcept | Point< ValueType > | |
withX(ValueType newX) const noexcept | Point< ValueType > | |
withY(ValueType newY) const noexcept | Point< ValueType > | |
x | Point< ValueType > | |
y | Point< ValueType > |