blah blah blah is here! blah blah » Close

0
votes
1 answers

Point inside Angle

I am unsure how to find a point that resides within a given angle. [code] float angleSize = 45; //rep. 45 degree angle float rototation = 0; float min = rotation - angleSize / 2.0f; float max = rotation + angleSize / 2.0f; // ...

Feedback