Function fz_transform_vector
Source pub unsafe extern "C" fn fz_transform_vector(
vector: fz_point,
m: fz_matrix,
) -> fz_point
Expand description
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.