コード例 #1
0
Airspace::Airspace(const GeoPoint &loc, const TaskProjection &task_projection,
                   const fixed range)
  :FlatBoundingBox(task_projection.ProjectInteger(loc),
                   task_projection.ProjectRangeInteger(loc, range)),
   airspace(nullptr)
{
}
コード例 #2
0
ファイル: Trace.hpp プロジェクト: StefanL74/XCSoar
 gcc_pure
 unsigned ProjectRange(const GeoPoint &location, fixed distance) const {
   return task_projection.ProjectRangeInteger(location, distance);
 }