cpp-geometry-library icon indicating copy to clipboard operation
cpp-geometry-library copied to clipboard

CPP Geometry Library provides utility functions for the computation of geometric data on the surface of the Earth.

Results 3 cpp-geometry-library issues
Sort by recently updated
recently updated
newest added

I did some testing accroding to your code, but the result came out to be failed (as below). ``` EXPECT_NEAR_LatLan(down, SphericalUtil::computeOffset(front, M_PI * MathUtil::EARTH_RADIUS / 2, 180)); ``` I tested...

Function `computeOffsetOrigin` may not have solutions, e.g.: ``` // 'over' the pole. SphericalUtil::computeOffsetOrigin(LatLng(80, 0), M_PI * MathUtil::EARTH_RADIUS / 4, 180); // A distance that doesn't fit on the earth. SphericalUtil::computeOffsetOrigin(LatLng(80,...

bug