Type Definition visioncortex::PathF64[][src]

type PathF64 = Path<PointF64>;

Path of 2D PointF64

Implementations

impl PathF64[src]

pub fn smooth(
    &self,
    corner_threshold: f64,
    outset_ratio: f64,
    segment_length: f64,
    max_iterations: usize
) -> PathF64
[src]