overte/libraries/physics
Phil Palmer 8c7c91ed6f Remove const from variable declarations as suggested in the review.
Suggested here: https://github.com/vircadia/vircadia/pull/928/files#r549830690

The ones I've left are either
- values known at compile time, eg. const float MIN_LENGTH_FOR_NORMALIZE = 0.061f;
- consts that were already there in the previous code, eg. const float MAX_DISPLACEMENT = 0.5f * _radius;
2020-12-29 19:31:35 -05:00
..
src Remove const from variable declarations as suggested in the review. 2020-12-29 19:31:35 -05:00
CMakeLists.txt (¬‿¬) 2019-05-15 23:48:04 -07:00