Click or drag to resize

GpsLineOfSightVector Constructor (Point, Point)

Initializes a new instance.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GpsLineOfSightVector(
	Point initialPoint,
	Point finalPoint
)

Parameters

initialPoint
Type: AGI.Foundation.GeometryPoint
The initial point, which is usually the satellite point.
finalPoint
Type: AGI.Foundation.GeometryPoint
The final point, which is usually the receiver point.
See Also