Function jarvis_march_usize

Source
pub fn jarvis_march_usize(
    input: &[Point2<usize>],
    voxel_size: Option<f64>,
) -> Option<Vec<Point2<usize>>>
Expand description

A premade variant of the Jarvis March algorithm function, made for double precision floating-point arithmetic, using usize as the point type.