![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines the DampedSpring class for simulating damped spring motion. More...
#include "../../Utils/Math/Mathematics.h"
Go to the source code of this file.
Classes | |
class | DampedSpring |
Simulates the motion of a damped spring. More... | |
Defines the DampedSpring class for simulating damped spring motion.
The DampedSpring class provides a simple physical simulation of a damped spring, modeling its position and velocity over time based on a target position, spring constant, and damping factor.
22/12/2024 22/12/2024
Definition in file DampedSpring.h.