Click or drag to resize

EllipticalPolarization Constructor (Double, Double, PolarizationReferenceAxis)

Initializes a new instance.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EllipticalPolarization(
	double axialRatio,
	double tiltAngle,
	PolarizationReferenceAxis referenceAxis
)

Parameters

axialRatio
Type: SystemDouble
The axial ratio.
tiltAngle
Type: SystemDouble
The tilt angle.
referenceAxis
Type: AGI.Foundation.CommunicationsPolarizationReferenceAxis
The reference axis from which the tilt angle is measured.
See Also