Click or drag to resize

ScalarSquintAngle Constructor (IServiceProvider, IServiceProvider)

Initializes a new instance. The ReferenceFrame defaults to the fixed frame of the Earth obtained from the CentralBodiesFacet.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarSquintAngle(
	IServiceProvider viewingObject,
	IServiceProvider targetObject
)

Parameters

viewingObject
Type: SystemIServiceProvider
The viewing object. The velocity of this object is used in the angle calculation.
targetObject
Type: SystemIServiceProvider
The target object. The displacement from the viewing object to this object will be used in the calculation.
See Also