av_display_rotation_set

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.

extern (C) @nogc nothrow
void
av_display_rotation_set
(
ref int[9] matrix
,
double angle
)

Meta