Home | History | Annotate | Download | only in child

Lines Matching defs:azimuth

482   // Extract the azimuth and elevation from the resource name.
483 int azimuth = 0;
486 sscanf(name, "IRC_Composite_C_R0195_T%3d_P%3d", &azimuth, &elevation);
501 // 0 <= azimuth < 360 in increments of 15 degrees.
502 int azimuth_index = azimuth / kAngleSpacing;