Function jarvis_march_i16

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

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