Antkeeper  0.0.1
phene/waist.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2023 Christopher J. Howard
3  *
4  * This file is part of Antkeeper source code.
5  *
6  * Antkeeper source code is free software: you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation, either version 3 of the License, or
9  * (at your option) any later version.
10  *
11  * Antkeeper source code is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with Antkeeper source code. If not, see <http://www.gnu.org/licenses/>.
18  */
19 
20 #ifndef ANTKEEPER_GAME_ANT_PHENE_WAIST_HPP
21 #define ANTKEEPER_GAME_ANT_PHENE_WAIST_HPP
22 
23 #include <engine/render/model.hpp>
24 
25 namespace ant {
26 namespace phene {
27 
33 struct waist
34 {
37 
40 
43 
46 
49 
52 
55 
58 
61 
64 
67 };
68 
69 } // namespace phene
70 } // namespace ant
71 
72 #endif // ANTKEEPER_GAME_ANT_PHENE_WAIST_HPP
Definition: caste.hpp:25
Trait that describes the waist (petiole plus postpetiole) of an ant.
Definition: phene/waist.hpp:34
float postpetiole_length
Postpetiole length, in mesosomal lengths.
Definition: phene/waist.hpp:57
float petiole_width
Petiole width, in mesosomal lengths.
Definition: phene/waist.hpp:45
float postpetiole_spinescence
Degree of postpetiole spinescence.
Definition: phene/waist.hpp:66
float petiole_length
Petiole length, in mesosomal lengths.
Definition: phene/waist.hpp:42
float postpetiole_width
Postpetiole width, in mesosomal lengths.
Definition: phene/waist.hpp:60
float petiole_height
Petiole height, in mesosomal lengths.
Definition: phene/waist.hpp:48
bool postpetiole_present
Postpetiole presence.
Definition: phene/waist.hpp:54
render::model * model
3D model of the waist.
Definition: phene/waist.hpp:36
float petiole_spinescence
Degree of petiole spinescence.
Definition: phene/waist.hpp:51
float postpetiole_height
Postpetiole height, in mesosomal lengths.
Definition: phene/waist.hpp:63