[][src]Function mupdf_sys::fz_transform_vector

pub unsafe extern "C" fn fz_transform_vector(
    vector: fz_point,
    m: fz_matrix
) -> fz_point

Apply a transformation to a vector.

transform: Transformation matrix to apply. See fz_concat, fz_scale and fz_rotate for how to create a matrix. Any translation will be ignored.

vector: Pointer to vector to update.