Method

LasemSvgMatrixmultiply

Declaration

void
lsm_svg_matrix_multiply (
  LsmSvgMatrix* result,
  const LsmSvgMatrix* a,
  const LsmSvgMatrix* b
)

Description

No description available.

Parameters

a

Type: LsmSvgMatrix

No description available.

The data is owned by the caller of the function.
b

Type: LsmSvgMatrix

No description available.

The data is owned by the caller of the function.