flame-engine / radiance

This library is a collection of AI algorithms used in games.
MIT License
22 stars 3 forks source link

chore!: Rename Kinematics classes #36

Closed st-pasha closed 2 years ago

st-pasha commented 2 years ago

Rename MaxSpeedKinematics -> LightKinematics and MaxAccelerationKinematics -> HeavyKinematics. This makes the names closer to the other kinematics classes that we plan to add in the future: PedalKinematics, CarKinematics, RobotKinematics.