Method

GimpMatrix3is_affine

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

Returns: gboolean
 

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