public final class VelocityDirection extends Object implements IDirection
| Constructor and Description |
|---|
VelocityDirection(Frame referenceFrame)
Build a Direction defined for any PVCoordinatesProvider origin by its velocity vector with respect to a reference
frame.
|
| Modifier and Type | Method and Description |
|---|---|
Line |
getLine(PVCoordinatesProvider origin,
AbsoluteDate date,
Frame frame)
Provides the line containing the origin (given PV coordinates) and directed by the direction vector.
|
Vector3D |
getVector(PVCoordinatesProvider origin,
AbsoluteDate date,
Frame frame)
Provides the direction vector at a given date in a given frame.
|
public VelocityDirection(Frame referenceFrame)
referenceFrame - the reference expression frame of the velocity vectorpublic Vector3D getVector(PVCoordinatesProvider origin, AbsoluteDate date, Frame frame) throws PatriusException
getVector in interface IDirectionorigin - the current coordinates of the origin point of the direction (may be null, in that specific case, the
origin of the direction is the frame origin).date - the dateframe - the frame to project the vector's coordinatesPatriusException - if some frame specific errors occurpublic Line getLine(PVCoordinatesProvider origin, AbsoluteDate date, Frame frame) throws PatriusException
getLine in interface IDirectionorigin - the origin of the directiondate - the current dateframe - the expression frame of the linePatriusException - if some frame specific errors occurCopyright © 2025 CNES. All rights reserved.