Looking for an algorithm and or example implementation for curve made out of arcs with control points on that curve. There are algorithms for approximation of bezier curves with arcs, but technically I don't want to do any approximation, but rather some simpler (and faster to compute) solution that will use arcs (center point, start and end angle as input params).
Researched internet, did some experiments, but no satisfactionary results