YeeKal

贝塞尔曲线

YeeKal
"#"

generate Bézier curves using continuity conditions C2 and C1

只有两个点,考虑方向

Catmull-Rom splines: pass through all control points

长度: 根据三次多项式积分得到曲线长度

collision

interact for line to curve:

distance for point to curve:

极值点: 通过极值点构造bounding box, 缩小碰撞检测范围

numerical solution

g1 spiral

优化

ref