Function mupdf_sys::fz_concat

source ·
pub unsafe extern "C" fn fz_concat(
    left: fz_matrix,
    right: fz_matrix
) -> fz_matrix
Expand description

Multiply two matrices.

The order of the two matrices are important since matrix multiplication is not commutative.

Returns result.