Package | Description |
---|---|
org.orekit.rugged.api |
This package provides the principal class of Rugged library API, as well as
the builder for Rugged instances.
|
Modifier and Type | Method and Description |
---|---|
static InertialFrameId |
InertialFrameId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InertialFrameId[] |
InertialFrameId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RuggedBuilder |
RuggedBuilder.setTrajectory(InertialFrameId inertialFrameId,
List<org.orekit.utils.TimeStampedPVCoordinates> positionsVelocities,
int pvInterpolationNumber,
org.orekit.utils.CartesianDerivativesFilter pvFilter,
List<org.orekit.utils.TimeStampedAngularCoordinates> quaternions,
int aInterpolationNumber,
org.orekit.utils.AngularDerivativesFilter aFilter)
Set the spacecraft trajectory.
|
Copyright © 2014–2023 CS GROUP. All rights reserved.