dx abstract method

double dx(
  1. double time
)

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

Implementation

double dx(double time);