UNIVERS
15.3
UNIVERS base processing software API
|
Public Member Functions | |
point (double _x, double _y, double _z) | |
point (const point &pCopy) | |
double | X () const |
double | Y () const |
double | Z () const |
Protected Attributes | |
double | x |
double | y |
double | z |
Friends | |
int | operator== (const point &p1, const point &p2) |
int | operator!= (const point &p1, const point &p2) |
double | ro (const point &p1, const point &p2) |