kig
coordinate.cpp
Go to the documentation of this file.
const Coordinate operator+(const Coordinate &a, const Coordinate &b)
Definition: coordinate.cpp:39
const Coordinate operator-(const Coordinate &a, const Coordinate &b)
Definition: coordinate.cpp:44
int x() const
int y() const
The Coordinate class is the basic class representing a 2D location by its x and y components...
Definition: coordinate.h:33
double distance(const Coordinate &p) const
Distance to another Coordinate.
Definition: coordinate.cpp:139
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.