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 and Description |
---|
FieldAttitude(FieldAbsoluteDate<T> date,
Frame referenceFrame,
FieldAngularCoordinates<T> orientation)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
FieldAngularCoordinates<T> |
FieldTransform.getAngular()
Get the underlying elementary angular part.
|
Constructor and Description |
---|
FieldTransform(FieldAbsoluteDate<T> date,
FieldAngularCoordinates<T> angular)
Build a rotation transform.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeStampedFieldAngularCoordinates<T extends CalculusFieldElement<T>>
time-stamped version of FieldAngularCoordinates . |
Modifier and Type | Method and Description |
---|---|
FieldAngularCoordinates<T> |
FieldAngularCoordinates.addOffset(FieldAngularCoordinates<T> offset)
Add an offset from the instance.
|
static <T extends CalculusFieldElement<T>> |
FieldAngularCoordinates.createFromModifiedRodrigues(T[][] r)
Convert a modified Rodrigues vector and derivatives to angular coordinates.
|
static <T extends CalculusFieldElement<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 and 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-2022 CS GROUP. All rights reserved.