Function mapping_algorithms::utils::point_cloud::calculate_point_cloud_center
source · pub fn calculate_point_cloud_center<T, const N: usize>(
points: &[Point<T, N>],
) -> Point<T, N>
pub fn calculate_point_cloud_center<T, const N: usize>(
points: &[Point<T, N>],
) -> Point<T, N>