Click or drag to resize

LinkSpeedOfLight Constructor (IServiceProvider, IServiceProvider, ReferenceFrame)

Initializes a new instance which only accounts for light travel time (not aberration) in determining the displacement vectors between the two objects.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LinkSpeedOfLight(
	IServiceProvider transmitter,
	IServiceProvider receiver,
	ReferenceFrame inertialFrame
)

Parameters

transmitter
Type: SystemIServiceProvider
The object that is transmitting.
receiver
Type: SystemIServiceProvider
The object that is receiving.
inertialFrame
Type: AGI.Foundation.GeometryReferenceFrame
The inertial frame in which the light path is modeled.
See Also