:orphan: .. **************************************************************************** .. CUI//REL TO USA ONLY .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** UCI_Pointing ------------ .. class:: UCI_Pointing Overview ======== This type indicates the position or location for the sensor to point to. Static Methods ============== .. method:: static UCI_Pointing Construct(UCI_LOS_Reference referenceType, double azimuth, double elevation) This method creates an instance of an UCI_Pointing_ type with the LOS option selected. The azimuth and elevation are the desired values for the sensor to point to. .. note:: The azimuth and elevation are expected to be in radians. Methods ======= .. method:: void SetLOSAzimuth(double desiredAzimuth) This method sets the azimuth of the UCI_Pointing_ object. .. note:: The azimuth is expected to be in radians. .. method:: void SetLOSElevation(double desiredElevation) This method sets the elevation of the UCI_Pointing_ object. .. note:: The elevation is expected to be in radians.