|
FlightGear next
|
#include <VectorMath.hxx>
Static Public Member Functions | |
| static std::array< double, 2 > | innerTangentsAngle (SGGeod m1, SGGeod m2, double r1, double r2) |
| Angles of inner tangent between two circles. | |
| static double | innerTangentsLength (SGGeod m1, SGGeod m2, double r1, double r2) |
| Length of inner tangent between two circles. | |
| static std::array< double, 2 > | outerTangentsAngle (SGGeod m1, SGGeod m2, double r1, double r2) |
| Angles of outer tangent between two circles normalized to 0-360. | |
| static double | outerTangentsLength (SGGeod m1, SGGeod m2, double r1, double r2) |
| Length of outer tangent between two circles. | |
Definition at line 24 of file VectorMath.hxx.
|
static |
Angles of inner tangent between two circles.
Definition at line 23 of file VectorMath.cxx.
|
static |
Length of inner tangent between two circles.
Definition at line 42 of file VectorMath.cxx.
|
static |
Angles of outer tangent between two circles normalized to 0-360.
Definition at line 64 of file VectorMath.cxx.
|
static |
Length of outer tangent between two circles.
Definition at line 75 of file VectorMath.cxx.