Click or drag to resize

VectorApparentDisplacement Constructor (Point, Point, ReferenceFrame)

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: 24.1.418.0 (24.1.418.0)
Syntax
public VectorApparentDisplacement(
	Point initialPoint,
	Point finalPoint,
	ReferenceFrame inertialFrame
)

Parameters

initialPoint
Type: AGI.Foundation.GeometryPoint
The initial point.
finalPoint
Type: AGI.Foundation.GeometryPoint
The final point.
inertialFrame
Type: AGI.Foundation.GeometryReferenceFrame
The inertial frame in which the light path is modeled.
Remarks
See Also