Uses of Class
org.orekit.frames.OrphanFrame
-
Packages that use OrphanFrame Package Description org.orekit.frames This package provides classes to handle frames and transforms between them. -
-
Uses of OrphanFrame in org.orekit.frames
Methods in org.orekit.frames that return types with arguments of type OrphanFrame Modifier and Type Method Description List<OrphanFrame>
OrphanFrame. getChildren()
Get all children of the instance.Methods in org.orekit.frames with parameters of type OrphanFrame Modifier and Type Method Description void
OrphanFrame. addChild(OrphanFrame child, Transform transform, boolean isPseudoInertial)
Add a child.void
OrphanFrame. addChild(OrphanFrame child, TransformProvider transformProvider, boolean isPseudoInertial)
Add a child.
-