| Package | Description |
|---|---|
| org.orekit.attitudes |
This package provides classes to represent simple attitudes.
|
| org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
| org.orekit.utils |
This package provides useful objects.
|
| Constructor | Description |
|---|---|
FieldAttitude(FieldAbsoluteDate<T> date,
Frame referenceFrame,
FieldAngularCoordinates<T> orientation) |
Creates a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
FieldAngularCoordinates<T> |
FieldTransform.getAngular() |
Get the underlying elementary angular part.
|
| Constructor | Description |
|---|---|
FieldTransform(FieldAbsoluteDate<T> date,
FieldAngularCoordinates<T> angular) |
Build a rotation transform.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TimeStampedFieldAngularCoordinates<T extends RealFieldElement<T>> |
time-stamped version of FieldAngularCoordinates. |
| Modifier and Type | Method | Description |
|---|---|---|
FieldAngularCoordinates<T> |
FieldAngularCoordinates.addOffset(FieldAngularCoordinates<T> offset) |
Add an offset from the instance.
|
static <T extends RealFieldElement<T>> |
FieldAngularCoordinates.createFromModifiedRodrigues(T[][] r) |
Convert a modified Rodrigues vector and derivatives to angular coordinates.
|
static <T extends RealFieldElement<T>> |
FieldAngularCoordinates.getIdentity(Field<T> field) |
Fixed orientation parallel with reference frame
(identity rotation, zero rotation rate and acceleration).
|
FieldAngularCoordinates<T> |
FieldAngularCoordinates.revert() |
Revert a rotation / rotation rate / rotation acceleration triplet.
|
FieldAngularCoordinates<T> |
FieldAngularCoordinates.shiftedBy(double dt) |
Get a time-shifted state.
|
FieldAngularCoordinates<T> |
FieldAngularCoordinates.shiftedBy(T dt) |
Get a time-shifted state.
|
FieldAngularCoordinates<T> |
FieldAngularCoordinates.subtractOffset(FieldAngularCoordinates<T> offset) |
Subtract an offset from the instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
FieldAngularCoordinates<T> |
FieldAngularCoordinates.addOffset(FieldAngularCoordinates<T> offset) |
Add an offset from the instance.
|
TimeStampedFieldAngularCoordinates<T> |
TimeStampedFieldAngularCoordinates.addOffset(FieldAngularCoordinates<T> offset) |
Add an offset from the instance.
|
FieldAngularCoordinates<T> |
FieldAngularCoordinates.subtractOffset(FieldAngularCoordinates<T> offset) |
Subtract an offset from the instance.
|
TimeStampedFieldAngularCoordinates<T> |
TimeStampedFieldAngularCoordinates.subtractOffset(FieldAngularCoordinates<T> offset) |
Subtract an offset from the instance.
|
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.