nvector.objects.GeoPath¶
-
class
nvector.objects.
GeoPath
(positionA, positionB)[source][source]¶ - Geographical path between two positions in Frame E
Parameters: positionA, positionB: Nvector, GeoPoint or ECEFvector objects
The path is defined by the line between position A and B, decomposed in E.
Methods
__init__
(positionA, positionB)cross_track_distance
(point[, method, radius])Return cross track distance from path to point. interpolate
(ti)Return the interpolated point along the path intersection
(\*args, \*\*kwds)intersection is deprecated! nvector_normals
()nvectors
()Return positionA and positionB as n-vectors track_distance
([method, radius])Return the distance of the path.