jeffeb3
About
- Username
- jeffeb3
- Joined
- Visits
- 1
- Last Active
- Roles
- Member
Comments
-
ok. Cool. Thanks for the tool. I'm glad you have your eyes on this issue. I have used code like this to get back in the range of -pi to pi: angle = (angle+2*PI) % 2*PI // This gets it between [0,PI] if (angle > PI) angle = angle - 2*…