WsfRectangularFieldOfView¶
-
WsfRectangularFieldOfView inherits WsfFieldOfViewClone:
WsfRectangularFieldOfView newObj = WsfRectangularFieldOfView(other);
WsfRectangularFieldOfView defines a rectangular field of view that is used to dynamically change a sensor’s field of view (originally defined using antenna field of view commands) using WsfSensor.SetFOV.
Static Methods¶
- static WsfRectangularFieldOfView Construct(double aMinAzimuth, double aMaxAzimuth, double aMinElevation, double aMaxElevation)¶
Returns a new WsfRectangularFieldOfView object with the specified azimuth and elevation extents (in degrees).
Methods¶
- Array<double> AzimuthFieldOfView()¶
Returns the minimum and maximum azimuth field of view extents.
- Array<double> ElevationFieldOfView()¶
Returns the minimum and maximum elevation field of view extents.