This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.


    from 0f797b8  Replace α₀ and α₄ ratios by (dx₀,dy₀) and (dx₄,dy₄) vector 
components in order to avoid divison by zero.
     new f217fed  Change method order. No significant code change except the 
setStartPoint(double, double) and setEndPoint(double, double) methods which are 
more lenient on latitude values.
     new 1ead312  Replace α₁ and α₂ angles in GeodeticCalculator by dφ₁/dλ₁ and 
dφ₂/dλ₂ vector components. This is the complement of previous commit that 
applied similar change in Bezier class. It resolves issues with infinities, 
which fix GeodeticCalculator.createCircularRegion2D(…).

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/sis/distance/LatLonPointRadius.java |   4 +-
 .../apache/sis/referencing/GeodeticCalculator.java | 323 ++++++++++-----------
 .../sis/referencing/GeodeticCalculatorTest.java    |   7 +-
 3 files changed, 169 insertions(+), 165 deletions(-)

Reply via email to