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