pub fn chop_quad_at(
    src: &[Point],
    t: NormalizedF32Exclusive,
    dst: &mut [Point; 5]
)