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