JetBrains / JetBrains/resharper-unity
Swap out TOLERANCE with Mathf.epsilon
Open
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
When rider detects floating point imprecision in my code it wants to fix it by Adding Math.Abs and checking if it is less than TOLERANCE. I'd like TOLERANCE to be swapped out with Mathf.epsilon in the UnityEngine.dll



Contributor guide
Assessment
This issue has not been assessed yet.