![]() |
MoCSI API Reference
|
Managing module that calculates the solar vector from the center of the body to the Sun. More...
#include <iostream>#include <memory>#include <string>#include <valarray>#include "../../src/GenericManagingModule.h"#include "../../src/ModuleFactory.h"
Go to the source code of this file.
Classes | |
| class | SolarVector< T > |
Macros | |
| #define | SOLAR_VECTOR_VERSION "7" |
Managing module that calculates the solar vector from the center of the body to the Sun.
This module computes the 3D vector pointing from the body's center to the Sun, taking into account any submodules that define the Sun's position or the body's orientation.
Features:
| T | Numeric type used in the simulation (e.g., float, double) |
| #define SOLAR_VECTOR_VERSION "7" |