Antkeeper
0.0.1
|
Ant wings phene. More...
#include <wings.hpp>
Public Attributes | |
render::model * | forewings_model |
3D model of the forewings. More... | |
render::model * | hindwings_model |
3D model of the hindwings. More... | |
bool | present |
Wings presence. More... | |
float | forewing_length |
Forewing length, in mesosomal lengths. More... | |
float | forewing_width |
Forewing width, in mesosomal lengths. More... | |
float | forewing_venation |
Degree of forewing venation. A value of 1.0 indicates a highly-developed venation pattern, while 0.0 indicates a complete absence of visible venation. More... | |
float | hindwing_length |
Forewing length, in mesosomal lengths. More... | |
float | hindwing_width |
Forewing width, in mesosomal lengths. More... | |
float | hindwing_venation |
Degree of hindwing venation. A value of 1.0 indicates a highly-developed venation pattern, while 0.0 indicates a complete absence of visible venation. More... | |
Ant wings phene.
Definition at line 31 of file phene/wings.hpp.
float ant::phene::wings::forewing_length |
Forewing length, in mesosomal lengths.
Definition at line 43 of file phene/wings.hpp.
float ant::phene::wings::forewing_venation |
Degree of forewing venation. A value of 1.0
indicates a highly-developed venation pattern, while 0.0
indicates a complete absence of visible venation.
Definition at line 49 of file phene/wings.hpp.
float ant::phene::wings::forewing_width |
Forewing width, in mesosomal lengths.
Definition at line 46 of file phene/wings.hpp.
render::model* ant::phene::wings::forewings_model |
3D model of the forewings.
Definition at line 34 of file phene/wings.hpp.
float ant::phene::wings::hindwing_length |
Forewing length, in mesosomal lengths.
Definition at line 52 of file phene/wings.hpp.
float ant::phene::wings::hindwing_venation |
Degree of hindwing venation. A value of 1.0
indicates a highly-developed venation pattern, while 0.0
indicates a complete absence of visible venation.
Definition at line 58 of file phene/wings.hpp.
float ant::phene::wings::hindwing_width |
Forewing width, in mesosomal lengths.
Definition at line 55 of file phene/wings.hpp.
render::model* ant::phene::wings::hindwings_model |
3D model of the hindwings.
Definition at line 37 of file phene/wings.hpp.
bool ant::phene::wings::present |
Wings presence.
Definition at line 40 of file phene/wings.hpp.