[Solved] Operator >= returns false when it actually true
[ad_1] You haven’t provided example values of p.y and sign_y, so it’s difficult to tell for sure. But the problem is almost certainly that p.y * sign_y is not exactly equal to 180; however it will be rounded when you print it. I suspect that if your print the value of (p.y * sign_y) – … Read more