#include <math.h>
#include <QVector>
#include <QMatrix>
#include <kdebug.h>
Graphe des dépendances par inclusion de KoPoint.h:
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :
Aller au code source de ce fichier.
Classes | |
class | KoPoint |
Macros | |
#define | DEBUGDOUBLE(d) QString::number( (d), 'g', 20 ) |
Définition de type | |
typedef QVector< KoPoint > | vKoPoint |
Fonctions | |
KoPoint | operator+ (const KoPoint &p1, const KoPoint &p2) |
KoPoint | operator- (const KoPoint &p1, const KoPoint &p2) |
KoPoint | operator * (const KoPoint &p, const double &c) |
KoPoint | operator * (const double &c, const KoPoint &p) |
double | operator * (const KoPoint &a, const KoPoint &b) |
kdbgstream | operator<< (kdbgstream str, const KoPoint &r) |
kndbgstream | operator<< (kndbgstream str, const KoPoint &) |
#define DEBUGDOUBLE | ( | d | ) | QString::number( (d), 'g', 20 ) |
kndbgstream operator<< | ( | kndbgstream | str, | |
const KoPoint & | ||||
) | [inline] |
kdbgstream operator<< | ( | kdbgstream | str, | |
const KoPoint & | r | |||
) | [inline] |
Définition à la ligne 144 du fichier KoPoint.h.
Références KoPoint::x(), et KoPoint::y().
Voici le graphe d'appel pour cette fonction :