#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) |
Operator *
point | ||
multiplier |
multiplier
multiplied by point
. Definition at line 15 of file FTPoint.cxx.
Operator != Tests for non equality
a | ||
b |
Definition at line 9 of file FTPoint.cxx.
Operator == Tests for eqaulity
a | ||
b |
Definition at line 4 of file FTPoint.cxx.