Method

GimpMatrix3is_affine

since: 2.4

Declaration [src]

gboolean
gimp_matrix3_is_affine (
  const GimpMatrix3* matrix
)

Description [src]

Checks if the given matrix defines an affine transformation.

Available since: 2.4

Return value

Type: gboolean

TRUE if the matrix defines an affine transformation, FALSE otherwise.