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