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&).
coverage: 99.293% (+0.001%) from 99.292%
when pulling 57867fa1c2dd2d46de70334e4a495ef6b6f1906e on updates-20231218
into b09895e34cc34058d542ba9a52871762356f1724 on master.
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 likelocation
andangle
will need to be updated to set these viaBodyConf::UseLocation
andBodyConf::UseAngle
or to get these usingGetLocation(const BodyConf&)
andGetAngle(const BodyConf&)
.Related Issues
Issue #549.