Solar System OpenGL v1.0.0
Loading...
Searching...
No Matches
planet_speeds.h File Reference

Defines speeds for planets. More...

Go to the source code of this file.

Variables

const float MERCURY_SPEED = 4.0
 Speed of Mercury.
 
const float VENUS_SPEED = 3.0
 Speed of Venus.
 
const float EARTH_SPEED = 2.0
 Speed of Earth.
 
const float MARS_SPEED = 1.5
 Speed of Mars.
 
const float JUPITER_SPEED = 1.0
 Speed of Jupiter.
 
const float SATURN_SPEED = 0.8
 Speed of Saturn.
 
const float URANUS_SPEED = 0.6
 Speed of Uranus.
 
const float NEPTUNE_SPEED = 0.5
 Speed of Neptune.
 

Detailed Description

Defines speeds for planets.

This file contains constants representing the speeds of various planets. The speeds are used to control the rate at which planets move or orbit.

Variable Documentation

◆ EARTH_SPEED

const float EARTH_SPEED = 2.0

Speed of Earth.

The speed at which Earth moves or orbits, represented as a float.

◆ JUPITER_SPEED

const float JUPITER_SPEED = 1.0

Speed of Jupiter.

The speed at which Jupiter moves or orbits, represented as a float.

◆ MARS_SPEED

const float MARS_SPEED = 1.5

Speed of Mars.

The speed at which Mars moves or orbits, represented as a float.

◆ MERCURY_SPEED

const float MERCURY_SPEED = 4.0

Speed of Mercury.

The speed at which Mercury moves or orbits, represented as a float.

◆ NEPTUNE_SPEED

const float NEPTUNE_SPEED = 0.5

Speed of Neptune.

The speed at which Neptune moves or orbits, represented as a float.

◆ SATURN_SPEED

const float SATURN_SPEED = 0.8

Speed of Saturn.

The speed at which Saturn moves or orbits, represented as a float.

◆ URANUS_SPEED

const float URANUS_SPEED = 0.6

Speed of Uranus.

The speed at which Uranus moves or orbits, represented as a float.

◆ VENUS_SPEED

const float VENUS_SPEED = 3.0

Speed of Venus.

The speed at which Venus moves or orbits, represented as a float.