Package | Description |
---|---|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
Modifier and Type | Method and Description |
---|---|
List<OrphanFrame> |
OrphanFrame.getChildren()
Get all children of the instance.
|
Modifier and Type | Method and 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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.