35CatenaryParameters SolveCatenary(
double heightDifference,
double horizontalLength,
double totalLength);
Catenary parameters of a line hanging between two points; both are NaN when there is none.
Definition CatenarySolve.h:5
double D
Horizontal distance from the first point to the lowest point of the curve [m].
Definition CatenarySolve.h:7
double A
Catenary parameter, horizontal tension over weight per length [m].
Definition CatenarySolve.h:6