pub fn test_rotated_rect(
    x: f32,
    y: f32,
    w: f32,
    h: f32,
    angle: f32
) -> Result<RotatedRect>