pub fn align_coordinates(coords: &[f64], reference: &[f64]) -> AlignmentResultExpand description
Kabsch alignment: find optimal rotation mapping coords onto reference.
coords, reference: flat [x0,y0,z0, x1,y1,z1,…] in Å.
pub fn align_coordinates(coords: &[f64], reference: &[f64]) -> AlignmentResultKabsch alignment: find optimal rotation mapping coords onto reference.
coords, reference: flat [x0,y0,z0, x1,y1,z1,…] in Å.