20 #ifndef ANTKEEPER_ANIMATION_GAIT_HPP
21 #define ANTKEEPER_ANIMATION_GAIT_HPP
45 [[nodiscard]]
float phase(
float t)
const noexcept;
Describes the synchronized timing of limbs in a locomotion pattern.
float frequency
Frequency of the gait cycle, in Hz.
float phase(float t) const noexcept
Returns the phase of the gait at the elapsed time.
std::vector< step > steps
Array of steps for each limb.