pub fn entries_to_matrix(
    entries: &[f64]
) -> Result<(bool, Transform3D<f64>), Error>