![]() |
naev 0.12.6
|
Represents a group of asteroids. More...
#include <asteroid.h>

Data Fields | |
| char * | name |
| AsteroidType ** | types |
| double * | weights |
| double | wtotal |
Represents a group of asteroids.
Definition at line 78 of file asteroid.h.
| char* AsteroidTypeGroup::name |
Name of the type group.
Definition at line 79 of file asteroid.h.
| AsteroidType** AsteroidTypeGroup::types |
Types of asteroids in the group.
Definition at line 80 of file asteroid.h.
| double* AsteroidTypeGroup::weights |
Weights of each element in the group.
Definition at line 81 of file asteroid.h.
| double AsteroidTypeGroup::wtotal |
Sum of weights in the group.
Definition at line 82 of file asteroid.h.