Cogl.Matrix.equal

function equal(v1: void, v2: void): Cogl.Bool {
    // Gjs wrapper for cogl_matrix_equal()
}
  

Compares two matrices to see if they represent the same transformation. Although internally the matrices may have different annotations associated with them and may potentially have a cached inverse matrix these are not considered in the comparison.

Since 1.4

v1

A 4x4 transformation matrix

v2

A 4x4 transformation matrix

Returns