Antkeeper
0.0.1
|
Ant legs phene. More...
#include <ant-legs-gene.hpp>
Public Attributes | |
float | standing_height {} |
Distance from the mesosoma to the ground when standing, in mesosomal lengths. More... | |
float | creeping_speed {} |
Creeping speed, in mesosomal lengths per second. More... | |
float | walking_speed {} |
Walking speed, in mesosomal lengths per second. More... | |
float | running_speed {} |
Running speed, in mesosomal lengths per second. More... | |
float | stride_length {} |
Distance covered in a single gait cycle, in mesosomal lengths. More... | |
float | max_angular_frequency {} |
Maximum angular frequency when turning, in radians per second. More... | |
float | grip {} |
Grip factor. More... | |
std::shared_ptr< render::model > | model |
3D model of the legs. More... | |
Ant legs phene.
Definition at line 32 of file ant-legs-gene.hpp.
float ant_legs_phene::creeping_speed {} |
Creeping speed, in mesosomal lengths per second.
Definition at line 38 of file ant-legs-gene.hpp.
float ant_legs_phene::grip {} |
Grip factor.
Definition at line 53 of file ant-legs-gene.hpp.
float ant_legs_phene::max_angular_frequency {} |
Maximum angular frequency when turning, in radians per second.
Definition at line 50 of file ant-legs-gene.hpp.
std::shared_ptr<render::model> ant_legs_phene::model |
3D model of the legs.
The legs model skeleton must contain the following bone chains:
Definition at line 109 of file ant-legs-gene.hpp.
float ant_legs_phene::running_speed {} |
Running speed, in mesosomal lengths per second.
Definition at line 44 of file ant-legs-gene.hpp.
float ant_legs_phene::standing_height {} |
Distance from the mesosoma to the ground when standing, in mesosomal lengths.
Definition at line 35 of file ant-legs-gene.hpp.
float ant_legs_phene::stride_length {} |
Distance covered in a single gait cycle, in mesosomal lengths.
Definition at line 47 of file ant-legs-gene.hpp.
float ant_legs_phene::walking_speed {} |
Walking speed, in mesosomal lengths per second.
Definition at line 41 of file ant-legs-gene.hpp.