35#ifndef FGEXTERNALFORCE_H
36#define FGEXTERNALFORCE_H
43#include "simgear/props/propertyObject.hxx"
64 const std::string& xcmp,
const std::string& ycmp,
65 const std::string& zcmp);
84 SGPropObjDouble data[3];
238 void Debug(
int from);
JSBSim::FGFDMExec * FDMExec
This class implements a 3 element column vector.
void setForce(Element *el)
const FGColumnVector3 & GetBodyForces(void) override
void setMoment(Element *el)
FGExternalForce(const FGExternalForce &extForce)
Copy Constructor.
~FGExternalForce() override
Destructor.
FGExternalForce(FGFDMExec *FDMExec)
Constructor.
FGForce(FGFDMExec *FDMExec)
Constructor.
Represents various types of parameters.
FGColumnVector3 operator*(double a) const
FGPropertyVector3 & operator=(const FGColumnVector3 &v)
FGColumnVector3 operator*(double scalar, const FGColumnVector3 &A)
Scalar multiplication.