UNPKG

cubic-beziers-through-points

Version:

A function to fit fair (bending energy minimizing) cubic bezier curves through a set of given ordered points in the plane.

6 lines (5 loc) 257 B
declare const Ω: number; declare const INITIAL_SPAN_FRAC_FOR_MINI_ALPHAS: number; declare const initialS0: number, initialS1: number; declare const miniAlphaLoops = 4; export { INITIAL_SPAN_FRAC_FOR_MINI_ALPHAS, Ω, initialS0, initialS1, miniAlphaLoops };