pub fn jarvis_march_isize(
input: &[Point2<isize>],
voxel_size: Option<f64>,
) -> Option<Vec<Point2<isize>>>
Expand description
A premade variant of the Jarvis March algorithm function, made for double precision floating-point arithmetic, using isize as the point type.