Beispiel #1
0
static void
test_simple()
{
  Projection prj;

  TestGeoScreenCouple(prj, GeoPoint(Angle::Degrees(fixed_zero),
                                    Angle::Degrees(fixed_zero)), 0, 0);
}
Beispiel #2
0
static void
test_simple()
{
    Projection prj;
    prj.SetGeoLocation(GeoPoint::Zero());

    TestGeoScreenCouple(prj, GeoPoint(Angle::Zero(),
                                      Angle::Zero()), 0, 0);
}