pub fn estimate_rigid_transform( source: &[Vec3<f32>], target: &[Vec3<f32>], ) -> Option<Isometry3<f32>>
Estimates the rigid transform that best maps source onto target.
source
target