[][src]Function lasy::interpolate_euler_circuit

pub fn interpolate_euler_circuit<P, R>(
    points: &[P],
    ec: &EulerCircuit,
    eg: &EulerGraph,
    target_points: u32,
    conf: &InterpolationConfig
) -> Vec<R> where
    P: Clone + Into<R> + Position + Weight,
    R: Blanked + Clone + Lerp<Scalar = f32>, 

Interpolate the given EulerCircuit with the given configuration.

This is short-hand for calling interpolate_path for when working with a euler graph and circuit for draw order optimisation.