linear static method

double linear(
  1. double t
)

Implementation

static double linear(double t) => t;