Method

GeglMatrix3copy_into

Declaration [src]

void
gegl_matrix3_copy_into (
  GeglMatrix3* dst,
  const GeglMatrix3* src
)

Description [src]

Copies the matrix in src into dst.

Parameters

src

Type: GeglMatrix3

A GeglMatrix3

The data is owned by the caller of the function.