Antkeeper
0.0.1
|
Ant wings phene. More...
#include <ant-wings-gene.hpp>
Public Attributes | |
bool | present {false} |
Wings presence. More... | |
float | forewing_length {0.0f} |
Forewing length, in mesosomal lengths. More... | |
float | forewing_width {0.0f} |
Forewing width, in mesosomal lengths. More... | |
float | forewing_venation {0.0f} |
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 {0.0f} |
Hindwing length, in mesosomal lengths. More... | |
float | hindwing_width {0.0f} |
Hindwing width, in mesosomal lengths. More... | |
float | hindwing_venation {0.0f} |
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... | |
std::shared_ptr< render::model > | model |
3D model of the wings. More... | |
Ant wings phene.
Definition at line 30 of file ant-wings-gene.hpp.
float ant_wings_phene::forewing_length {0.0f} |
Forewing length, in mesosomal lengths.
Definition at line 36 of file ant-wings-gene.hpp.
float ant_wings_phene::forewing_venation {0.0f} |
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 42 of file ant-wings-gene.hpp.
float ant_wings_phene::forewing_width {0.0f} |
Forewing width, in mesosomal lengths.
Definition at line 39 of file ant-wings-gene.hpp.
float ant_wings_phene::hindwing_length {0.0f} |
Hindwing length, in mesosomal lengths.
Definition at line 45 of file ant-wings-gene.hpp.
float ant_wings_phene::hindwing_venation {0.0f} |
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 51 of file ant-wings-gene.hpp.
float ant_wings_phene::hindwing_width {0.0f} |
Hindwing width, in mesosomal lengths.
Definition at line 48 of file ant-wings-gene.hpp.
std::shared_ptr<render::model> ant_wings_phene::model |
3D model of the wings.
Definition at line 54 of file ant-wings-gene.hpp.
bool ant_wings_phene::present {false} |
Wings presence.
Definition at line 33 of file ant-wings-gene.hpp.