libgravix2  0.1.0
A fast simulation of attractive forces acting on point-like particles embedded onto the surface of a sphere.
GrvxMissileLaunch Struct Reference

Settings of a scheduled missile launch. More...

#include <game.h>

Public Attributes

double t_start
 Launch. More...
 
double dt_ping
 Ping. More...
 
double dt_end
 Self-destruction. More...
 
double v
 Initial velocity. More...
 
double psi
 Initial orientation. More...
 

Detailed Description

Settings of a scheduled missile launch.

Launch configuration to be passed to grvx_request_launch().

Member Data Documentation

◆ dt_end

double GrvxMissileLaunch::dt_end

Self-destruction.

The missile self destructs after this number of ticks if it didn't collide with a planet before. Self-destructions are unobservable events.

◆ dt_ping

double GrvxMissileLaunch::dt_ping

Ping.

A ping is send after this number of ticks if the missile wasn't destroyed earlier.

◆ psi

double GrvxMissileLaunch::psi

Initial orientation.

Orientation during launch.

◆ t_start

double GrvxMissileLaunch::t_start

Launch.

Requested launch time.

◆ v

double GrvxMissileLaunch::v

Initial velocity.

Velocity during launch in multiples of the escape velocity; see grvx_v_esc().


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