Cogl.MatrixStack.prototype.get_entry

function get_entry(): Cogl.MatrixEntry {
    // Gjs wrapper for cogl_matrix_stack_get_entry()
}
  

Gets a reference to the current transform represented by a Cogl.MatrixEntry pointer.

<note>The transform represented by a Cogl.MatrixEntry is immutable.</note>

<note>Cogl.MatrixEntry<!-- -->s are reference counted using Cogl.MatrixEntry.prototype.ref and Cogl.MatrixEntry.prototype.unref and you should call Cogl.MatrixEntry.prototype.unref when you are finished with and entry you get via Cogl.MatrixStack.prototype.get_entry.</note>

Returns

A pointer to the Cogl.MatrixEntry representing the current matrix stack transform.