My Project
|
#include <vectorize.hpp>
Additional Inherited Members | |
![]() | |
Stage ()=default | |
virtual | ~Stage ()=default |
virtual PositionVector | Run (const distFromEarth &input)=0 |
void | DoAction () override |
distFromEarth & | GetResource () |
PositionVector *& | GetProduct () |
![]() | |
distFromEarth | resource |
The stored input for this. | |
PositionVector * | product |
The pointer to the stored output for this. | |
The VectorGenerationAlgorithm class houses the Vector Assembly Algorithm. This algorithm finds the position from Earth with respect to its center with a 3D Vector (Vec3).