pub fn icp_3d(
    points_a: &[Point<f64, 3>],
    points_b: &[Point<f64, 3>],
    config: ICPConfiguration<f64>,
) -> ICPResult<f64, UnitQuaternion<f64>, 3>
Expand description

A premade variant of the ICP algorithm function, in 3D space and double-precision floats.