Method

GimpMatrix3equal

since: 2.10.16

Declaration [src]

gboolean
gimp_matrix3_equal (
  const GimpMatrix3* matrix1,
  const GimpMatrix3* matrix2
)

Description [src]

Checks if two matrices are equal.

Available since: 2.10.16

Parameters

matrix2

Type: GimpMatrix3

The second matrix.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE the matrices are equal, FALSE otherwise.