Method

GimpMatrix3is_identity

Declaration [src]

gboolean
gimp_matrix3_is_identity (
  const GimpMatrix3* matrix
)

Description [src]

Checks if the given matrix is the identity matrix.

Return value

Type: gboolean

TRUE if the matrix is the identity matrix, FALSE otherwise.