naev 0.11.5
AsteroidTypeGroup Struct Reference

Represents a group of asteroids. More...

#include <asteroid.h>

Data Fields

char * name
 
AsteroidType ** types
 
double * weights
 
double wtotal
 

Detailed Description

Represents a group of asteroids.

Definition at line 67 of file asteroid.h.

Field Documentation

◆ name

char* AsteroidTypeGroup::name

Name of the type group.

Definition at line 68 of file asteroid.h.

◆ types

AsteroidType** AsteroidTypeGroup::types

Types of asteroids in the group.

Definition at line 69 of file asteroid.h.

◆ weights

double* AsteroidTypeGroup::weights

Weights of each element in the group.

Definition at line 70 of file asteroid.h.

◆ wtotal

double AsteroidTypeGroup::wtotal

Sum of weights in the group.

Definition at line 71 of file asteroid.h.


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