You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add clang-tidy file and check
- Removed unnecessary inline specifiers for member functions in spatial_hash.hpp.
- Initialized member variables in spatial_hash.hpp to default values.
- Updated assertions to check for emptiness instead of size in various locations.
- Changed shared pointer parameters to use const references for efficiency.
- Simplified conditional checks and improved readability in multiple files.
- Replaced manual checks for negative values with std::max in collision_mesh.cpp.
- Enhanced clarity in comments and function signatures across several files.
- Updated distance type enums to use uint8_t for better memory efficiency.
- Improved consistency in function parameter naming and usage.
- Cleaned up unused parameters and improved function documentation.
0 commit comments