fn grown(
mode: ResizeMode,
corner: Pos2,
pointer: Option<Pos2>,
anim: &dyn Animator,
) -> f32Expand description
How grown one corner’s handle is this frame: eased toward full size as
pointer nears it (within NEW_PIN_GROW_RANGE), mirroring the route and
new-pin anchor targets.