pub fn distance_from_boxed<'a, 'b: 'a>(
    offset: &'b Point
) -> Box<dyn FnMut(&'a Point) -> f32 + 'a>