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