Function spiropath::spiropath_polyline[][src]

pub fn spiropath_polyline(
    stationary_state: &PathState<'_>,
    rotating_state: &PathState<'_>,
    traced_point: Point,
    total_length: usize
) -> Polyline
Expand description

Compute the polyline of the traced point as we rotate one polyline around another.