|
Marine systems simulation
|
Public Member Functions | |
| Vector3 (float X_, float Y_, float Z_) | |
| bool | operator== (const Vector3 &other) const |
| bool | operator!= (const Vector3 &other) const |
| Vector3 | operator+ (const Vector3 &right) const |
| Vector3 | operator- (const Vector3 &right) const |
| Vector3 | operator* (const float &other) const |
| Vector3 | operator/ (const float &other) const |
Public Attributes | |
| float | X |
| float | Y |
| float | Z |