Alias Matrix.affine

Check if matrix represents affine transformation

struct Matrix
{
  // ...
  alias affine = isAffine;
  // ...
}