Zongzi. Curve. Adapter. CatmullRom
(zongzi v0.3.0)
Copy Markdown
Catmull-Rom 曲线适配器(naive 参考实现)
Summary
Types
@type t() :: %Zongzi.Curve.Adapter.CatmullRom{ points: [Zongzi.Curve.ControlPoint.t()], tension: float() }