|
FlightGear next
|
#include <iosfwd>#include <string>Go to the source code of this file.
Classes | |
| class | JSBSim::FGColumnVector3 |
| This class implements a 3 element column vector. More... | |
Namespaces | |
| namespace | JSBSim |
Functions | |
| double | JSBSim::DotProduct (const FGColumnVector3 &v1, const FGColumnVector3 &v2) |
| Dot product of two vectors Compute and return the euclidean dot (or scalar) product of two vectors v1 and v2. | |
| FGColumnVector3 | JSBSim::operator* (double scalar, const FGColumnVector3 &A) |
| Scalar multiplication. | |
| std::ostream & | JSBSim::operator<< (std::ostream &os, const FGColumnVector3 &col) |
| Write vector to a stream. | |