ScalarDopplerConeAngle Constructor (IServiceProvider, LinkRole, ReferenceFrame) |
Initializes a doppler cone angle scalar.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarDopplerConeAngle(
IServiceProvider link,
LinkRole movingLinkEnd,
ReferenceFrame frame
)
Public Sub New (
link As IServiceProvider,
movingLinkEnd As LinkRole,
frame As ReferenceFrame
)
public:
ScalarDopplerConeAngle(
IServiceProvider^ link,
LinkRole movingLinkEnd,
ReferenceFrame^ frame
)
new :
link : IServiceProvider *
movingLinkEnd : LinkRole *
frame : ReferenceFrame -> ScalarDopplerConeAngle
Parameters
- link
- Type: SystemIServiceProvider
The link between two objects that define this scalar. - movingLinkEnd
- Type: AGI.Foundation.AccessLinkRole
The end of the link that will produce the velocity vector. - frame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which the velocity of the link's moving end will be observed.
See Also