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