|
WSF
|
#include "WsfSolarTerminator.hpp"#include <algorithm>#include <cassert>#include "UtCalendar.hpp"#include "UtEarth.hpp"#include "UtMath.hpp"#include "UtSun.hpp"#include "UtVec3.hpp"#include "WsfDateTime.hpp"#include "WsfPlatform.hpp"#include "WsfSimulation.hpp"
Namespaces | |
| namespace | WsfSolarTerminator |
| A set of utilities relating to the Solar terminator. | |
Functions | |
| PhaseOfDay | WsfSolarTerminator::GetPhaseOfDay (double aLatDegrees, double aLonDegrees, const UtCalendar &aTime, double aLimitDegrees) |
| bool | WsfSolarTerminator::MaskedByHorizon (const double aObserverWCS[3], const double aTargetWCS[3]) |
| PlatformSolarIllumination | WsfSolarTerminator::GetPlatformSolarIllumination (WsfPlatform *aPlatformPtr) |