ScalarSquintAngle Constructor (IServiceProvider, IServiceProvider, ReferenceFrame) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarSquintAngle(
IServiceProvider viewingObject,
IServiceProvider targetObject,
ReferenceFrame referenceFrame
)
Public Sub New (
viewingObject As IServiceProvider,
targetObject As IServiceProvider,
referenceFrame As ReferenceFrame
)
public:
ScalarSquintAngle(
IServiceProvider^ viewingObject,
IServiceProvider^ targetObject,
ReferenceFrame^ referenceFrame
)
new :
viewingObject : IServiceProvider *
targetObject : IServiceProvider *
referenceFrame : ReferenceFrame -> ScalarSquintAngle
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