GpsLineOfSightVector Constructor (Point, Point) |
Initializes a new instance.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GpsLineOfSightVector(
Point initialPoint,
Point finalPoint
)
Public Sub New (
initialPoint As Point,
finalPoint As Point
)
public:
GpsLineOfSightVector(
Point^ initialPoint,
Point^ finalPoint
)
new :
initialPoint : Point *
finalPoint : Point -> GpsLineOfSightVector
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