Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ScalarDopplerConeAngle(
	IServiceProvider link,
	LinkRole movingLinkEnd,
	ReferenceFrame frame
)

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