louis-langholtz / PlayRho

An interactive physics engine & library.
zlib License
133 stars 24 forks source link

Updates 20231218 #552

Closed louis-langholtz closed 11 months ago

louis-langholtz commented 11 months ago

Description - What's this PR do?

Makes some clang-tidy suggested changes and addresses issue #549 .

Impacts/Risks of These Changes?

Code written to directly use BodyConf member variables like location and angle will need to be updated to set these via BodyConf::UseLocation and BodyConf::UseAngle or to get these using GetLocation(const BodyConf&) and GetAngle(const BodyConf&).

Related Issues

Issue #549.

github-actions[bot] commented 11 months ago

clang-tidy review says "All clean, LGTM! :+1:"

coveralls commented 11 months ago

Coverage Status

coverage: 99.293% (+0.001%) from 99.292% when pulling 57867fa1c2dd2d46de70334e4a495ef6b6f1906e on updates-20231218 into b09895e34cc34058d542ba9a52871762356f1724 on master.