Check if a 4x4 square matrix describes an affine transformation.
m (array_like) – 4x4 transformation matrix.
True if the matrix is affine.
bool