public static class SensorMeanPlaneCrossing.CrossingResult extends Object
| Constructor and Description |
|---|
CrossingResult(AbsoluteDate crossingDate,
double crossingLine,
Vector3D target,
Vector3D targetDirection,
Vector3D targetDirectionDerivative)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbsoluteDate |
getDate()
Get the crossing date.
|
double |
getLine()
Get the crossing line.
|
Vector3D |
getTarget()
Get the target ground point.
|
Vector3D |
getTargetDirection()
Get the normalized target direction in spacecraft frame at crossing.
|
Vector3D |
getTargetDirectionDerivative()
Get the derivative of the normalized target direction in spacecraft frame at crossing.
|
public CrossingResult(AbsoluteDate crossingDate, double crossingLine, Vector3D target, Vector3D targetDirection, Vector3D targetDirectionDerivative)
crossingDate - crossing datecrossingLine - crossing linetarget - target ground pointtargetDirection - target direction in spacecraft frametargetDirectionDerivative - derivative of the target direction in spacecraft frame with respect to line numberpublic AbsoluteDate getDate()
public double getLine()
public Vector3D getTarget()
public Vector3D getTargetDirection()
public Vector3D getTargetDirectionDerivative()
Copyright © 2014-2020 CS GROUP. All rights reserved.