pub fn unit_delta(a: (f32, f32), b: (f32, f32)) -> Option<(f32, f32, f32)>
a から b への単位ベクトルと距離。長さが 0 なら None。
a
b
None