Package | Description |
---|---|
org.orekit.rugged.linesensor |
Modifier and Type | Method | Description |
---|---|---|
SensorMeanPlaneCrossing.CrossingResult |
SensorMeanPlaneCrossing.find(org.hipparchus.geometry.euclidean.threed.Vector3D target) |
Find mean plane crossing.
|
Modifier and Type | Method | Description |
---|---|---|
Stream<SensorMeanPlaneCrossing.CrossingResult> |
SensorMeanPlaneCrossing.getCachedResults() |
Get cached previous results.
|
Constructor | Description |
---|---|
SensorMeanPlaneCrossing(LineSensor sensor,
SpacecraftToObservedBody scToBody,
int minLine,
int maxLine,
boolean lightTimeCorrection,
boolean aberrationOfLightCorrection,
int maxEval,
double accuracy,
org.hipparchus.geometry.euclidean.threed.Vector3D meanPlaneNormal,
Stream<SensorMeanPlaneCrossing.CrossingResult> cachedResults) |
Simple constructor.
|
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.