Click or drag to resize

PolarizationGetRotatedReferenceAxis Method

Gets the polarization reference axis rotated by the specified tilt angle.

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

Parameters

referenceAxis
Type: AGI.Foundation.CommunicationsPolarizationReferenceAxis
The polarization reference axis from which the title angle is measured.
tiltAngle
Type: SystemDouble
The desired polarization tilt angle.

Return Value

Type: UnitCartesian
The polarization reference axis rotated by the tilt angle.
See Also