Click or drag to resize

ScalarSquintAngle Constructor (IServiceProvider, IServiceProvider, ReferenceFrame)

Initializes a new instance.

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,
	ReferenceFrame referenceFrame
)

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.
referenceFrame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which the objects should be observed.
See Also