|
Marine systems simulation
|
Public Member Functions | |
| Point (double _x, double _y, double _z) | |
| Point (const Point &P) | |
| bool | operator== (const Point &rhs) |
Static Public Member Functions | |
| static bool | CompareDraught (const struct Point &lhs, const struct Point &rhs) |
Public Attributes | |
| double | x |
| double | y |
| double | z |
| double | nx |
| double | ny |
| double | nz |