UpdateFunction typedef

UpdateFunction = void Function(double x, double y)

Implementation

typedef UpdateFunction = void Function(double x, double y);