u abstract method

void u(
  1. double t
)

The update function for the funvas based on time t.

In this function, you should execute all the canvas operations based on t, which is the time since the funvas was inserted into the tree in seconds.

Implementation

void u(double t);