SphericalTabularElectricFieldPatternComputeElectricFieldComponents Method |
Computes the electric field vector components given the cartesian direction.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ElectricFieldVectorComponents ComputeElectricFieldComponents(
Cartesian linkVector
)
Public Function ComputeElectricFieldComponents (
linkVector As Cartesian
) As ElectricFieldVectorComponents
public:
ElectricFieldVectorComponents ComputeElectricFieldComponents(
Cartesian linkVector
)
member ComputeElectricFieldComponents :
linkVector : Cartesian -> ElectricFieldVectorComponents
Parameters
- linkVector
- Type: AGI.Foundation.CoordinatesCartesian
Cartesian which represents the direction at which the electric field components should be computed.
Return Value
Type:
ElectricFieldVectorComponentsThe electric field components computed in the given direction using bi-linear interpolation.
See Also