20 #ifndef ANTKEEPER_GAME_ANT_LEGS_GENE_HPP
21 #define ANTKEEPER_GAME_ANT_LEGS_GENE_HPP
109 std::shared_ptr<render::model>
model;
ant_gene_type
Ant gene types.
Ant gene with caste-specific phenes.
constexpr ant_gene_type type() const noexcept override
Returns the ant gene type.
float creeping_speed
Creeping speed, in mesosomal lengths per second.
std::shared_ptr< render::model > model
3D model of the legs.
float max_angular_frequency
Maximum angular frequency when turning, in radians per second.
float running_speed
Running speed, in mesosomal lengths per second.
float stride_length
Distance covered in a single gait cycle, in mesosomal lengths.
float walking_speed
Walking speed, in mesosomal lengths per second.
float standing_height
Distance from the mesosoma to the ground when standing, in mesosomal lengths.