pub fn get_affine_and_translation<T>(
    affine: &Matrix4<T>
) -> (Matrix3<T>, Vector3<T>)where
    T: Copy + Scalar,