Given $a*\sin(\theta) + b*\cos(\theta) < l$, how can I find valid values for $\theta$ in the range of $0..2\pi$?
I was able to solve a similar equation using Solving $a \sin\theta + b \cos\theta = c$, but for my actual problem I am not really sure what to do.