| disStructurePolarizationVector Constructor |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Constructor.
Namespace:
BSI.MACE.Network.DIS
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public disStructurePolarizationVector(
double horizontal,
double vertical,
double phase_rad
)
Public Sub New (
horizontal As Double,
vertical As Double,
phase_rad As Double
)
Parameters
- horizontal
- Type: SystemDouble
The E-fields horizontal component from 0 to 1. - vertical
- Type: SystemDouble
The E-fields vertical component from 0 to 1. - phase_rad
- Type: SystemDouble
The phase in radians between the e-fields from -180 to 180.
See Also