velocity abstract method

double velocity(
  1. double t
)

Velocity at time t (units/second).

Implementation

double velocity(double t);