Matrix.affine

Check if matrix represents affine transformation

struct Matrix(T, size_t N)
static if(N == 4)
alias affine = isAffine

Meta