naev 0.12.6
AsteroidTypeGroup Struct Reference

Represents a group of asteroids. More...

#include <asteroid.h>

Collaboration diagram for AsteroidTypeGroup:

Data Fields

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

Detailed Description

Represents a group of asteroids.

Definition at line 78 of file asteroid.h.

Field Documentation

◆ name

char* AsteroidTypeGroup::name

Name of the type group.

Definition at line 79 of file asteroid.h.

◆ types

AsteroidType** AsteroidTypeGroup::types

Types of asteroids in the group.

Definition at line 80 of file asteroid.h.

◆ weights

double* AsteroidTypeGroup::weights

Weights of each element in the group.

Definition at line 81 of file asteroid.h.

◆ wtotal

double AsteroidTypeGroup::wtotal

Sum of weights in the group.

Definition at line 82 of file asteroid.h.


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