#include <vector>
#include <list>
#include "orsa_body.h"
#include "orsa_common.h"
Go to the source code of this file.
Namespaces | |
namespace | orsa |
Classes | |
class | Frame |
Functions | |
void | print (const Frame &f) |
double | KineticEnergy (const std::vector< Body > &) |
Vector | CenterOfMass (const std::vector< Body > &) |
Vector | CenterOfMassVelocity (const std::vector< Body > &) |
Vector | Barycenter (const std::vector< Body > &) |
Vector | BarycenterVelocity (const std::vector< Body > &) |
Vector | RelativisticBarycenter (const std::vector< Body > &) |
Vector | RelativisticBarycenterVelocity (const std::vector< Body > &) |
Vector | AngularMomentum (const std::vector< Body > &, const Vector &) |
Vector | BarycentricAngularMomentum (const std::vector< Body > &) |