Public Member Functions | |
F2point (float a, float b) | |
F2point (float *a) | |
F2point (const F2point &source_point) | |
F2point & | operator= (const F2point &source_point) |
Public Attributes | |
float | x |
float | y |
Friends | |
std::ostream & | operator<< (std::ostream &, F2point) |
std::istream & | operator>> (std::istream &, F2point &) |