#include "orsa_frame.h"#include "orsa_universe.h"#include "orsa_config.h"#include <iostream>
Go to the source code of this file.
Namespaces | |
| namespace | orsa |
Functions | |
| void | print (const Frame &f) |
| static double | modified_mu (const vector< Body > &f, const unsigned int i) |
| Vector | CenterOfMass (const vector< Body > &f) |
| Vector | CenterOfMassVelocity (const vector< Body > &f) |
| Vector | Barycenter (const vector< Body > &f) |
| Vector | BarycenterVelocity (const vector< Body > &f) |
| Vector | RelativisticBarycenter (const vector< Body > &f) |
| Vector | RelativisticBarycenterVelocity (const vector< Body > &f) |
| Vector | AngularMomentum (const vector< Body > &f, const Vector ¢er) |
| Vector | BarycentricAngularMomentum (const vector< Body > &f) |
| double | KineticEnergy (const vector< Body > &f) |
1.6.1