| addXY(const ValueType xToAdd, const ValueType yToAdd) noexcept | Point< ValueType > | |
| applyTransform(const AffineTransform &transform) noexcept | Point< ValueType > | |
| FloatType typedef | Point< ValueType > | |
| getAngleToPoint(const Point &other) const noexcept | Point< ValueType > | |
| getDistanceFrom(const Point &other) const noexcept | Point< ValueType > | |
| getDistanceFromOrigin() const noexcept | Point< ValueType > | |
| getPointOnCircumference(const float radius, const float angle) const noexcept | Point< ValueType > | |
| getPointOnCircumference(const float radiusX, const float radiusY, const float angle) const noexcept | Point< ValueType > | |
| getX() const noexcept | Point< ValueType > | |
| getY() const noexcept | Point< ValueType > | |
| isOrigin() const noexcept | Point< ValueType > | |
| operator!=(const Point &other) const noexcept | Point< ValueType > | |
| operator*(const ValueType multiplier) const noexcept | Point< ValueType > | |
| operator*=(const ValueType multiplier) noexcept | Point< ValueType > | |
| operator+(const Point &other) const noexcept | Point< ValueType > | |
| operator+=(const Point &other) noexcept | Point< ValueType > | |
| operator-(const Point &other) const noexcept | Point< ValueType > | |
| operator-() const noexcept | Point< ValueType > | |
| operator-=(const Point &other) noexcept | Point< ValueType > | |
| operator/(const ValueType divisor) const noexcept | Point< ValueType > | |
| operator/=(const ValueType divisor) noexcept | Point< ValueType > | |
| operator=(const Point &other) noexcept | Point< ValueType > | |
| operator==(const Point &other) const noexcept | Point< ValueType > | |
| Point() noexcept | Point< ValueType > | |
| Point(const Point &other) noexcept | Point< ValueType > | |
| Point(const ValueType initialX, const ValueType initialY) noexcept | Point< ValueType > | |
| setX(const ValueType newX) noexcept | Point< ValueType > | |
| setXY(const ValueType newX, const ValueType newY) noexcept | Point< ValueType > | |
| setY(const 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(const ValueType xDelta, const ValueType yDelta) const noexcept | Point< ValueType > | |
| withX(const ValueType newX) const noexcept | Point< ValueType > | |
| withY(const ValueType newY) const noexcept | Point< ValueType > | |
| x | Point< ValueType > | |
| y | Point< ValueType > | |
| ~Point() noexcept | Point< ValueType > |