| BasicPoint()=default | BasicPoint< float, Coords > | |
| BasicPoint(const float x, const float y) | BasicPoint< float, Coords > | inline |
| Coords()=default | Coords | |
| Coords(const float x, const float y) | Coords | inline |
| Coords(const Pixel p) | Coords | inlineexplicit |
| operator Pixel() const | Coords | inlineexplicit |
| operator wxPoint() const | Coords | inlineexplicit |
| operator!=(const Coords &other) const | BasicPoint< float, Coords > | inline |
| operator*(const Coords &other) const | Coords | inline |
| BasicPoint< float, Coords >::operator*(const float factor) const | BasicPoint< float, Coords > | inline |
| operator*=(const float factor) | BasicPoint< float, Coords > | inline |
| operator+(const Coords &other) const | BasicPoint< float, Coords > | inline |
| operator+=(const Coords &other) | BasicPoint< float, Coords > | inline |
| operator-(const Coords &other) const | BasicPoint< float, Coords > | inline |
| operator-=(const Coords &other) | BasicPoint< float, Coords > | inline |
| operator/(const Coords &other) const | Coords | inline |
| BasicPoint< float, Coords >::operator/(const float factor) const | BasicPoint< float, Coords > | inline |
| operator/=(const float factor) | BasicPoint< float, Coords > | inline |
| operator==(const Coords &other) const | BasicPoint< float, Coords > | inline |
| operator[](const Size index) | BasicPoint< float, Coords > | inline |
| operator[](const Size index) const | BasicPoint< float, Coords > | inline |
| x | BasicPoint< float, Coords > | |
| y | BasicPoint< float, Coords > | |