Click or drag to resize

PolarizationComputeRotation Method (Polarization, Polarization, UnitQuaternion, UnitCartesian)

Computes the rotation angle between the source and sink polarizations.

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 double ComputeRotation(
	Polarization source,
	Polarization sink,
	UnitQuaternion sourceToSinkRotation,
	UnitCartesian sinkToSourceDirection
)

Parameters

source
Type: AGI.Foundation.CommunicationsPolarization
The polarization associated with the signal source.
sink
Type: AGI.Foundation.CommunicationsPolarization
The polarization associated with the signal sink.
sourceToSinkRotation
Type: AGI.Foundation.CoordinatesUnitQuaternion
The unit quaternion which represents the rotation from the source axes to the sink axes.
sinkToSourceDirection
Type: AGI.Foundation.CoordinatesUnitCartesian
The direction from the sink position to the source position.

Return Value

Type: Double
The rotation angle in radians.
See Also