|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.orekit.utils.CardanMountPV
public final class CardanMountPV
Cardan mounting
Constructor Summary | |
---|---|
CardanMountPV(double xAngle,
double yAngle,
double range,
double xAngleRate,
double yAngleRate,
double rangeRate)
Build cardan mounting. |
Method Summary | |
---|---|
CardanMountPosition |
getCardanMountPosition()
Get the Cardan mount position. |
Vector3D |
getPosition()
Gets the position. |
double |
getRange()
Get the range. |
double |
getRangeRate()
Get the range rate. |
Vector3D |
getVelocity()
Gets the velocity. |
double |
getXangle()
Get the angle of the rotation around the local North axis. |
double |
getXangleRate()
Get the angle rate of the rotation around the North axis. |
double |
getYangle()
Get the angle of the rotation around y' axis. |
double |
getYangleRate()
Get the angle rate of the rotation around y' axis (which is the image of the West axis by the first rotation around the North axis). |
String |
toString()
Produces the following String representation of the Topocentric coordinates : (x angle, y angle, range, x angle rate, y angle rate, range rate). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CardanMountPV(double xAngle, double yAngle, double range, double xAngleRate, double yAngleRate, double rangeRate)
xAngle
- angle of rotation around the local North axis counted clockwise from the
zenith and expressed in radian (between -PI
and PI
)yAngle
- angle of rotation around y' axis (image of the West axis by the previous rotation) counted
clockwise from the y' axis and expressed in radian (between -PI/2
and PI/2
)range
- distance from the origin of the topocentric framexAngleRate
- angle rate of rotation around x axis in rad/syAngleRate
- angle rate of rotation around y' axis (image of y axis by the previous rotation) in rad/srangeRate
- range rate in m/sMethod Detail |
---|
public double getXangle()
public double getYangle()
public double getRange()
public double getXangleRate()
public double getYangleRate()
public double getRangeRate()
public CardanMountPosition getCardanMountPosition()
public Vector3D getPosition()
Position
getPosition
in interface Position
public Vector3D getVelocity()
PV
getVelocity
in interface PV
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |