Click or drag to resize

VectorApparentDisplacement Constructor (Point, Point, ReferenceFrame, SignalDirection, Double)

Initializes a new instance of the VectorApparentDisplacement class which only accounts for light travel time.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public VectorApparentDisplacement(
	Point initialPoint,
	Point finalPoint,
	ReferenceFrame inertialFrame,
	SignalDirection direction,
	double lightTravelTimeConvergenceTolerance
)

Parameters

initialPoint
Type: AGI.Foundation.Geometry.Point
The initial point.
finalPoint
Type: AGI.Foundation.Geometry.Point
The final point.
inertialFrame
Type: AGI.Foundation.Geometry.ReferenceFrame
The inertial frame in which the light path is modeled.
direction
Type: AGI.Foundation.SignalDirection
The direction in which the signal travels with respect to the initial point.
lightTravelTimeConvergenceTolerance
Type: System.Double
The tolerance required to indicate convergence of the light travel time adjustment.
See Also