pub unsafe extern "C" fn av_display_rotation_set(
    matrix: *mut i32,
    angle: f64
)
Expand description

Initialize a transformation matrix describing a pure counterclockwise rotation by the specified angle (in degrees).

@param matrix an allocated transformation matrix (will be fully overwritten by this function) @param angle rotation angle in degrees.