Function compute_arc

Source
pub fn compute_arc(current_x: f64, current_y: f64, form: &Form) -> ArcParams
Expand description

Computes the parameters of an arc given the current position and the arc form.

ArcParams contains the values in a form which can be rendered to a OBJ/SVG file.