JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Point< ValueType > Member List
This is the complete list of members for Point< ValueType >, including all inherited members.
addXY(const ValueType xToAdd, const ValueType yToAdd) noexceptPoint< ValueType >
applyTransform(const AffineTransform &transform) noexceptPoint< ValueType >
FloatType typedefPoint< ValueType >
getAngleToPoint(const Point &other) const noexceptPoint< ValueType >
getDistanceFrom(const Point &other) const noexceptPoint< ValueType >
getDistanceFromOrigin() const noexceptPoint< ValueType >
getPointOnCircumference(const float radius, const float angle) const noexceptPoint< ValueType >
getPointOnCircumference(const float radiusX, const float radiusY, const float angle) const noexceptPoint< ValueType >
getX() const noexceptPoint< ValueType >
getY() const noexceptPoint< ValueType >
isOrigin() const noexceptPoint< ValueType >
operator!=(const Point &other) const noexceptPoint< ValueType >
operator*(const ValueType multiplier) const noexceptPoint< ValueType >
operator*=(const ValueType multiplier) noexceptPoint< ValueType >
operator+(const Point &other) const noexceptPoint< ValueType >
operator+=(const Point &other) noexceptPoint< ValueType >
operator-(const Point &other) const noexceptPoint< ValueType >
operator-() const noexceptPoint< ValueType >
operator-=(const Point &other) noexceptPoint< ValueType >
operator/(const ValueType divisor) const noexceptPoint< ValueType >
operator/=(const ValueType divisor) noexceptPoint< ValueType >
operator=(const Point &other) noexceptPoint< ValueType >
operator==(const Point &other) const noexceptPoint< ValueType >
Point() noexceptPoint< ValueType >
Point(const Point &other) noexceptPoint< ValueType >
Point(const ValueType initialX, const ValueType initialY) noexceptPoint< ValueType >
setX(const ValueType newX) noexceptPoint< ValueType >
setXY(const ValueType newX, const ValueType newY) noexceptPoint< ValueType >
setY(const ValueType newY) noexceptPoint< ValueType >
toDouble() const noexceptPoint< ValueType >
toFloat() const noexceptPoint< ValueType >
toInt() const noexceptPoint< ValueType >
toString() const Point< ValueType >
transformedBy(const AffineTransform &transform) const noexceptPoint< ValueType >
translated(const ValueType xDelta, const ValueType yDelta) const noexceptPoint< ValueType >
withX(const ValueType newX) const noexceptPoint< ValueType >
withY(const ValueType newY) const noexceptPoint< ValueType >
xPoint< ValueType >
yPoint< ValueType >
~Point() noexceptPoint< ValueType >