SimDriver
0.1
|
#include <Interface.h>
Public Member Functions | |
Position (double pX, double pY) | |
bool | operator== (const Position &other) |
Public Attributes | |
double | x |
The x ordinate. (in m) | |
double | y |
The y ordinate. (in m) | |
A 2D position with motion and a influence factor.