pub unsafe extern "C" fn ncvisual_rotate(
    n: *mut ncvisual,
    rads: f64
) -> c_int
Expand description

Rotate the visual ‘rads’ radians. Only M_PI/2 and -M_PI/2 are supported at the moment, but this might change in the future.