Searched refs:azimuth (Results 1 – 25 of 36) sorted by relevance
12
75 Point AzimuthToPoint(float azimuth);91 SphericalPoint(T azimuth, T elevation, T radius) { in SphericalPoint()92 s[0] = azimuth; in SphericalPoint()96 T azimuth() const { return s[0]; } in azimuth() function
115 Point AzimuthToPoint(float azimuth) { in AzimuthToPoint() argument116 return Point(std::cos(azimuth), std::sin(azimuth), 0.f); in AzimuthToPoint()
193 target_angle_radians_(target_direction.azimuth()), in NonlinearBeamformer()394 target_angle_radians_ = target_direction.azimuth(); in AimAt()406 return fabs(spherical_point.azimuth() - target_angle_radians_) < in IsInBeam()
229 : altitude(alt), azimuth(azim) { } in altitude()239 azimuth = azim; in set()259 double azimuth; variable
513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); in eclipticToHorizon() local515 result.set(azimuth, altitude); in eclipticToHorizon()1505 sprintf(tmp, "[%.5f,%.5f]", altitude*RAD_DEG, azimuth*RAD_DEG); in toString()
488 double azimuth = Math.atan2(-cosD*cosL*sinH, sinD - sinL * Math.sin(altitude)); in eclipticToHorizon() local490 return new Horizon(azimuth, altitude); in eclipticToHorizon()1626 azimuth = azim;1635 return Double.toString(altitude*RAD_DEG) + "," + (azimuth*RAD_DEG);1648 public final double azimuth;
490 double azimuth = Math.atan2(-cosD*cosL*sinH, sinD - sinL * Math.sin(altitude)); in eclipticToHorizon() local492 return new Horizon(azimuth, altitude); in eclipticToHorizon()1628 azimuth = azim;1637 return Double.toString(altitude*RAD_DEG) + "," + (azimuth*RAD_DEG);1650 public final double azimuth;
419 Property azimuth = new Property(422 builder.put("azimuth", azimuth);
META-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
2639 "azimuth, SNR and other information in ASCII notation. The format is not "2645 "azimuth, SNR and other information in ASCII notation. The format is not "
2579 "azimuth, SNR and other information in ASCII notation. The format is not "
2586 "azimuth, SNR and other information in ASCII notation. The format is not "
2583 "azimuth, SNR and other information in ASCII notation. The format is not "
2626 "azimuth, SNR and other information in ASCII notation. The format is not "
2592 "azimuth, SNR and other information in ASCII notation. The format is not "
2624 "azimuth, SNR and other information in ASCII notation. The format is not "
2582 "azimuth, SNR and other information in ASCII notation. The format is not "
2756 "azimuth, SNR and other information in ASCII notation. The format is not "
2591 "azimuth, SNR and other information in ASCII notation. The format is not "
... .Object { public final double altitude public final double azimuth public void <init> (double, double) ...