pub fn transform_to_matrix(
    value: String
) -> Result<(bool, Transform3D<f64>), Error>