EllipsoidRhumbLine
Initializes a rhumb line on the ellipsoid connecting the two provided planetodetic points.
See also
Constructors
Properties
The ellipsoid on which the rhumb line lies. Default value - Ellipsoid.default
The final planetodetic point on the path.
The initial planetodetic point on the path.
Gets the surface distance between the start and end point
Functions
Provides the location of a point at the indicated latitude along the rhumb line. If the latitude is outside the range of start and end points, the first intersection with the latitude from that start point in the direction of the heading is returned. This follows the spiral property of a rhumb line.
Provides the location of a point at the indicated longitude along the rhumb line. If the longitude is outside the range of start and end points, the first intersection with the longitude from the start point in the direction of the heading is returned. This follows the spiral property of a rhumb line.
Provides the location of a point at the indicated portion along the rhumb line.
Provides the location of a point at the indicated distance along the rhumb line.
Sets the start and end points of the rhumb line.