x abstract method

double x(
  1. double time
)

The position of the object in the simulation at the given time.

Implementation

double x(double time);