WsfCircularFieldOfView¶
-
WsfCircularFieldOfView inherits WsfFieldOfViewClone:
WsfCircularFieldOfView newObj = WsfCircularFieldOfView(other);
WsfCircularFieldOfView defines a circular 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 WsfCircularFieldOfView Construct(double aHalfAngle)¶
Returns a new WsfCircularFieldOfView object. The cone of the circular field of view is defined by the half angle parameter (in degrees).
Methods¶
- double HalfAngle()¶
Returns the half angle (in degrees) of the cone that defines the circular field of view.