Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

btScalar functions are not consistently used #4561

Open
SirNate0 opened this issue Dec 30, 2023 · 0 comments
Open

btScalar functions are not consistently used #4561

SirNate0 opened this issue Dec 30, 2023 · 0 comments

Comments

@SirNate0
Copy link

btScalar.h introduces a number of functions to operate correctly on btScalar regardless of single vs double precision. However, these functions are not used consistently in the library, as can be seen with a simple case-sensitive search of fabs, for example.

This isn't that big of an issue - it does still compile and work, after all. However, it does make it much harder to replace btScalar with something other than float or double, such as a fixed point number, so it would be nice if the btFabs and similar functions could be consistently used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant