org.orekit.attitudes
Class OrientationFrame
java.lang.Object
org.orekit.frames.Frame
org.orekit.attitudes.OrientationFrame
- All Implemented Interfaces:
- Serializable
public class OrientationFrame
- extends Frame
This class is a special implementation of the Frame
class; it represents a dynamic orientation frame,
i.e. a dynamic frame whose orientation is defined by IOrientationLaw
.
- Since:
- 1.1
- Version:
- $Id: OrientationFrame.java 16112 2016-05-25 12:24:26Z goudot $
- Author:
- Julie Anton
- See Also:
OrientationTransformProvider
,
Serialized Form- Concurrency :
- not thread safe
- Concurrency comment :
- it is a Frame.
Methods inherited from class org.orekit.frames.Frame |
getAncestor, getDepth, getFrozenFrame, getName, getParent, getRoot, getTransformJacobian, getTransformProvider, getTransformTo, getTransformTo, getTransformTo, getTransformTo, isChildOf, isPseudoInertial, isQuasiInertial, toString |
OrientationFrame
public OrientationFrame(IOrientationLaw law,
AttitudeFrame frame)
- Builds the dynamic orientation frame using
AttitudeFrame
as the parent frame.
- Parameters:
law
- the orientation lawframe
- the parent frame
OrientationFrame
public OrientationFrame(IOrientationLaw law,
OrientationFrame frame)
- Builds the dynamic orientation frame using
OrientationFrame
as the parent frame.
- Parameters:
law
- the orientation lawframe
- the parent frame
Copyright © 2016 CNES. All Rights Reserved.