Ignore:
Timestamp:
2016-01-01T19:51:11+01:00 (8 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/Ellipsoid.java

    r9132 r9243  
    266266     * Returns isometric latitude of phi on given first eccentricity (e)
    267267     * @param phi The local latitude (radians).
     268     * @param e first eccentricity
    268269     * @return isometric latitude of phi on first eccentricity (e)
    269270     */
     
    286287
    287288    /**
    288      * Returns geographic latitude of isometric latitude of first eccentricity (e)
    289      * and epsilon precision
    290      * @return geographic latitude of isometric latitude of first eccentricity (e)
    291      * and epsilon precision
     289     * Returns geographic latitude of isometric latitude of first eccentricity (e) and epsilon precision
     290     * @param latIso isometric latitude
     291     * @param e first eccentricity
     292     * @param epsilon epsilon precision
     293     * @return geographic latitude of isometric latitude of first eccentricity (e) and epsilon precision
    292294     */
    293295    public double latitude(double latIso, double e, double epsilon) {
Note: See TracChangeset for help on using the changeset viewer.