|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.attitudes.directions.ConstantVectorDirection
public final class ConstantVectorDirection
Direction described only by a vector constant in a frame
Constructor Summary | |
---|---|
ConstantVectorDirection(Vector3D inVector,
Frame inFrame)
Build a direction from a frame and a vector constant in this frame |
Method Summary | |
---|---|
Frame |
getFrame()
|
Line |
getLine(PVCoordinatesProvider pvCoord,
AbsoluteDate date,
Frame frame)
Provides the line containing the given origin point and directed by the direction vector |
Vector3D |
getVector(PVCoordinatesProvider pvCoord,
AbsoluteDate date,
Frame frame)
Provides the direction vector at a given date in a given frame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstantVectorDirection(Vector3D inVector, Frame inFrame)
inVector
- the constant vector in the input frameinFrame
- the frame in which the vector is the constant given oneMethod Detail |
---|
public Frame getFrame()
public Vector3D getVector(PVCoordinatesProvider pvCoord, AbsoluteDate date, Frame frame) throws OrekitException
getVector
in interface IDirection
pvCoord
- UNUSEDdate
- the dateframe
- the frame to project the vector's coordinates
OrekitException
- if some frame specific errors occurpublic Line getLine(PVCoordinatesProvider pvCoord, AbsoluteDate date, Frame frame) throws OrekitException
getLine
in interface IDirection
pvCoord
- the origin of the linedate
- the current dateframe
- the expression frame of the line
OrekitException
- if some frame specific errors occur
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |