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