CSL  6.0
CPoint.cpp File Reference
#include "CPoint.h"

Go to the source code of this file.

Functions

CPoint operator* (int c, CPoint Q)
 
CPoint operator* (float c, CPoint Q)
 
CPoint operator* (double c, CPoint Q)
 
CPoint operator* (CPoint Q, int c)
 
CPoint operator* (CPoint Q, float c)
 
CPoint operator* (CPoint Q, double c)
 
CPoint operator/ (CPoint Q, int c)
 
CPoint operator/ (CPoint Q, float c)
 
CPoint operator/ (CPoint Q, double c)
 
CPoint operator+ (CPoint Q, CPoint R)
 

Function Documentation

CPoint operator* ( int  c,
CPoint  Q 
)
CPoint operator* ( float  c,
CPoint  Q 
)
CPoint operator* ( double  c,
CPoint  Q 
)
CPoint operator* ( CPoint  Q,
int  c 
)
CPoint operator* ( CPoint  Q,
float  c 
)
CPoint operator* ( CPoint  Q,
double  c 
)
CPoint operator/ ( CPoint  Q,
int  c 
)
CPoint operator/ ( CPoint  Q,
float  c 
)
CPoint operator/ ( CPoint  Q,
double  c 
)
CPoint operator+ ( CPoint  Q,
CPoint  R 
)