#include "FTPoint.h"
Go to the source code of this file.
Functions | |
bool | operator== (const FTPoint &a, const FTPoint &b) |
bool | operator!= (const FTPoint &a, const FTPoint &b) |
FTPoint | operator * (double multiplier, FTPoint &point) |
FTPoint operator * | ( | double | multiplier, | |
FTPoint & | point | |||
) |
Definition at line 15 of file FTPoint.cpp.
bool operator!= | ( | const FTPoint & | a, | |
const FTPoint & | b | |||
) |
Definition at line 9 of file FTPoint.cpp.
bool operator== | ( | const FTPoint & | a, | |
const FTPoint & | b | |||
) |
Definition at line 4 of file FTPoint.cpp.