Antkeeper  0.0.1
Public Attributes | List of all members
ant::phene::wings Struct Reference

Ant wings phene. More...

#include <wings.hpp>

Public Attributes

render::modelforewings_model
 3D model of the forewings. More...
 
render::modelhindwings_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...
 

Detailed Description

Ant wings phene.

Definition at line 31 of file phene/wings.hpp.

Member Data Documentation

◆ forewing_length

float ant::phene::wings::forewing_length

Forewing length, in mesosomal lengths.

Definition at line 43 of file phene/wings.hpp.

◆ forewing_venation

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.

◆ forewing_width

float ant::phene::wings::forewing_width

Forewing width, in mesosomal lengths.

Definition at line 46 of file phene/wings.hpp.

◆ forewings_model

render::model* ant::phene::wings::forewings_model

3D model of the forewings.

Definition at line 34 of file phene/wings.hpp.

◆ hindwing_length

float ant::phene::wings::hindwing_length

Forewing length, in mesosomal lengths.

Definition at line 52 of file phene/wings.hpp.

◆ hindwing_venation

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.

◆ hindwing_width

float ant::phene::wings::hindwing_width

Forewing width, in mesosomal lengths.

Definition at line 55 of file phene/wings.hpp.

◆ hindwings_model

render::model* ant::phene::wings::hindwings_model

3D model of the hindwings.

Definition at line 37 of file phene/wings.hpp.

◆ present

bool ant::phene::wings::present

Wings presence.

Definition at line 40 of file phene/wings.hpp.


The documentation for this struct was generated from the following file: