Function jarvis_march_u32

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

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