Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cpp] Fix NaN in IKConstraint due to fp precision.
dd - r * r might result in a negative value, even if dd == r * r, depending on compiler optimizations and operation order.
- Loading branch information