Skip to content
Snippets Groups Projects
Commit 716f12fd authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed javadoc.

parent c0a282db
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ public class ExtendedEllipsoid extends OneAxisEllipsoid {
* @param latitude latitude with respect to ellipsoid
* @param closeReference reference point used to select the closest solution
* when there are two points at the desired latitude along the line
* @return point at altitude
* @return point at latitude
* @exception RuggedException if no such point exists
*/
public Vector3D pointAtLatitude(final Vector3D position, final Vector3D los,
......@@ -133,7 +133,7 @@ public class ExtendedEllipsoid extends OneAxisEllipsoid {
* @param position pixel position (in body frame)
* @param los pixel line-of-sight, not necessarily normalized (in body frame)
* @param longitude longitude with respect to ellipsoid
* @return point at altitude
* @return point at longitude
* @exception RuggedException if no such point exists
*/
public Vector3D pointAtLongitude(final Vector3D position, final Vector3D los, final double longitude)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment