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

Javadoc.

parent 7822aed3
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,12 @@ import org.orekit.time.AbsoluteDate;
import org.orekit.utils.Constants;
import org.orekit.utils.PVCoordinates;
/** Class dedicated to when ground point crosses mean sensor plane. */
/** Class dedicated to find when ground point crosses mean sensor plane.
* <p>
* This class is used in the first stage of inverse localization.
* </p>
* @author Luc Maisonobe
*/
class SensorMeanPlaneCrossing {
/** Transforms sample from observed body frame to inertial frame. */
......
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