Main Page | Class Hierarchy | Data Structures | File List | Data Fields | Globals

FTPoint.cpp File Reference

#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)


Function Documentation

FTPoint operator * double  multiplier,
FTPoint point
 

Parameters:
point 
multiplier 
Returns:
multiplier multiplied by point.

Definition at line 15 of file FTPoint.cpp.

bool operator!= const FTPoint a,
const FTPoint b
 

Parameters:
a 
b 
Returns:
true if a & b are not equal

Definition at line 9 of file FTPoint.cpp.

References FTPoint::values.

bool operator== const FTPoint a,
const FTPoint b
 

Parameters:
a 
b 
Returns:
true if a & b are equal

Definition at line 4 of file FTPoint.cpp.

References FTPoint::values.


Generated on Sun Dec 5 22:24:06 2004 for FTGL by doxygen 1.3.6