//astronomy/io.github.cosinekitty.astronomy/AtmosphereInfo
class AtmosphereInfo(pressure: Double, temperature: Double, density: Double)
Information about idealized atmospheric variables at a given elevation.
AtmosphereInfo fun AtmosphereInfo(pressure: Double, temperature: Double, density: Double) |
Name | Summary |
---|---|
density val density: Double Atmospheric density relative to sea level. |
|
pressure val pressure: Double Atmospheric pressure in pascals. |
|
temperature val temperature: Double Atmospheric temperature in kelvins. |