Searched refs:degrees (Results 1 – 17 of 17) sorted by relevance
69 /** Represents latitude in degrees. */72 /** Represents longitude in degrees. */83 /** Represents heading in degrees. */105 * Represents expected bearing accuracy in degrees
63 /** Latitude expressed in degrees */65 /** Longitude expressed in degrees */71 /** Represents heading in degrees. */88 * estimated bearing accuracy degrees with 68% confidence.
36 * @param latitudeDegrees The latitude(in degrees) for the geofence lastTransition.37 * @param longtitudeDegrees The longitude(in degrees) for the geofence lastTransition.
109 /** Elevation of SV in degrees. */112 /** Azimuth of SV in degrees. */
82 /** Represents latitude in degrees at which the corrections are computed.. */85 /** Represents longitude in degrees at which the corrections are computed.. */128 /** Represents latitude of the reflecting plane in degrees. */131 /** Represents longitude of the reflecting plane in degrees. */140 /** Represents azimuth clockwise from north of the reflecting plane in degrees. */
32 ExifLong degrees = static_cast<ExifLong>(num); in SetLatitudeOrLongitudeData() local33 ExifLong minutes = static_cast<ExifLong>(60 * (num - degrees)); in SetLatitudeOrLongitudeData()35 static_cast<ExifLong>(3600000000u * (num - degrees - minutes / 60.0)); in SetLatitudeOrLongitudeData()36 exif_set_rational(data, EXIF_BYTE_ORDER_INTEL, {degrees, 1}); in SetLatitudeOrLongitudeData()
19 * Orientation in degrees.
51 // all angles are expressed in degrees and
52 // all angles are expressed in degrees and
354 ExifLong degrees = static_cast<ExifLong>(num); in setLatitudeOrLongitudeData() local355 ExifLong minutes = static_cast<ExifLong>(60 * (num - degrees)); in setLatitudeOrLongitudeData()357 static_cast<ExifLong>(3600000000u * (num - degrees - minutes / 60.0)); in setLatitudeOrLongitudeData()358 exif_set_rational(data, EXIF_BYTE_ORDER_INTEL, {degrees, 1}); in setLatitudeOrLongitudeData()
155 * All values are angles in degrees.387 * 2-seconds window average gravity changed by at least 35 degrees since the399 * > 35 degrees405 * acceleration might vary by more than 35 degrees.503 * - 1: device is rotated 90 degrees counter-clockwise from default505 * - 2: device is rotated 180 degrees from default orientation (Y axis is507 * - 3: device is rotated 90 degrees clockwise from default orientation1037 * to be rotated 90 degrees counter-clockwise about the Z axis to align1040 * 90 degrees clockwise (270 degrees counter-clockwise), yielding its1173 * orientation values are in degrees[all …]
190 * @param rotation rotation in degrees relative to natural device
1560 // to +180 degrees). INT_MAX if unknown1565 // to +90 degrees). INT_MAX if unknown
1969 * latitude in degrees * 2^25 , 2's complement.1973 * longitude in degrees * 2^25 , 2's complement.
330 * Angle is in degrees. Left is negative.