|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AngularCoordinates | |
|---|---|
| org.orekit.attitudes | This package provides classes to represent simple attitudes. |
| org.orekit.frames.transformations | |
| org.orekit.utils | This package provides useful objects. |
| Uses of AngularCoordinates in org.orekit.attitudes |
|---|
| Constructors in org.orekit.attitudes with parameters of type AngularCoordinates | |
|---|---|
Attitude(AbsoluteDate date,
Frame referenceFrame,
AngularCoordinates orientation)
Creates a new instance. |
|
| Constructor parameters in org.orekit.attitudes with type arguments of type AngularCoordinates | |
|---|---|
RelativeTabulatedAttitudeLaw(AbsoluteDate refDate,
List<Pair<Double,AngularCoordinates>> angularCoordinates,
Frame frame,
RelativeTabulatedAttitudeLaw.AroundAttitudeType lawBefore,
RelativeTabulatedAttitudeLaw.AroundAttitudeType lawAfter)
Create a RelativeTabulatedAttitudeLaw object with list of Angular Coordinates (during the interval of validity), a law before the interval and a law after the interval. |
|
RelativeTabulatedAttitudeLeg(AbsoluteDate referenceDate,
Frame frame,
List<Pair<Double,AngularCoordinates>> angularCoordinates)
Build a RelativeTabulatedAttitudeLeg with a reference date, a list of angular coordinates associated with a double representing the time elapsed since the reference date. |
|
RelativeTabulatedAttitudeLeg(AbsoluteDate referenceDate,
List<Pair<Double,AngularCoordinates>> angularCoordinates,
int nbInterpolationPoints,
Frame frame)
Build a RelativeTabulatedAttitudeLeg with a reference date, a list of angular coordinates associated with a double representing the time elapsed since the reference date and a number of points used for interpolation. |
|
| Uses of AngularCoordinates in org.orekit.frames.transformations |
|---|
| Methods in org.orekit.frames.transformations that return AngularCoordinates | |
|---|---|
AngularCoordinates |
Transform.getAngular()
Get the orientation and rotation rate of the "destination" frame in the "origin" one. |
| Constructors in org.orekit.frames.transformations with parameters of type AngularCoordinates | |
|---|---|
Transform(AbsoluteDate date,
AngularCoordinates angular)
Build a rotation transform. |
|
Transform(AbsoluteDate date,
PVCoordinates cartesian,
AngularCoordinates angular)
Build a transform from its primitive operations. |
|
| Uses of AngularCoordinates in org.orekit.utils |
|---|
| Subclasses of AngularCoordinates in org.orekit.utils | |
|---|---|
class |
TimeStampedAngularCoordinates
time-stamped version of AngularCoordinates. |
| Fields in org.orekit.utils declared as AngularCoordinates | |
|---|---|
static AngularCoordinates |
AngularCoordinates.IDENTITY
Fixed orientation parallel with reference frame (identity rotation, zero rotation rate, zero rotation acceleration). |
| Methods in org.orekit.utils that return AngularCoordinates | |
|---|---|
AngularCoordinates |
AngularCoordinates.addOffset(AngularCoordinates offset)
Add an offset from the instance. |
AngularCoordinates |
AngularCoordinates.addOffset(AngularCoordinates offset,
boolean computeSpinDerivatives)
Add an offset from the instance. |
static AngularCoordinates |
AngularCoordinates.createFromModifiedRodrigues(double[][] r)
Convert a modified Rodrigues vector and derivatives to angular coordinates. |
static AngularCoordinates |
AngularCoordinates.createFromModifiedRodrigues(double[][] r,
boolean computeSpinDerivatives)
Convert a modified Rodrigues vector and derivatives to angular coordinates. |
static AngularCoordinates |
AngularCoordinates.interpolate(AbsoluteDate date,
boolean useRotationRates,
Collection<Pair<AbsoluteDate,AngularCoordinates>> sample)
Deprecated. since 3.1 replaced with TimeStampedAngularCoordinates.interpolate(AbsoluteDate, AngularDerivativesFilter, Collection) |
static AngularCoordinates |
AngularCoordinates.interpolate(AbsoluteDate date,
boolean useRotationRates,
Collection<Pair<AbsoluteDate,AngularCoordinates>> sample,
boolean computeSpinDerivative)
Deprecated. since 3.1 replaced with TimeStampedAngularCoordinates.interpolate(AbsoluteDate, AngularDerivativesFilter, Collection, boolean) |
AngularCoordinates |
AngularCoordinates.revert()
Revert a rotation/rotation rate/rotation acceleration triplet. |
AngularCoordinates |
AngularCoordinates.revert(boolean computeSpinDerivatives)
Revert a rotation/rotation rate/rotation acceleration triplet. |
AngularCoordinates |
AngularCoordinates.shiftedBy(double dt)
Get a time-shifted state. |
AngularCoordinates |
AngularCoordinates.shiftedBy(double dt,
boolean computeSpinDerivatives)
Get a time-shifted state. |
AngularCoordinates |
AngularCoordinates.subtractOffset(AngularCoordinates offset)
Subtract an offset from the instance. |
AngularCoordinates |
AngularCoordinates.subtractOffset(AngularCoordinates offset,
boolean computeSpinDerivatives)
Subtract an offset from the instance. |
| Methods in org.orekit.utils with parameters of type AngularCoordinates | |
|---|---|
AngularCoordinates |
AngularCoordinates.addOffset(AngularCoordinates offset)
Add an offset from the instance. |
TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.addOffset(AngularCoordinates offset)
Add an offset from the instance. |
AngularCoordinates |
AngularCoordinates.addOffset(AngularCoordinates offset,
boolean computeSpinDerivatives)
Add an offset from the instance. |
TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.addOffset(AngularCoordinates offset,
boolean computeSpinDerivatives)
Add an offset from the instance. |
AngularCoordinates |
AngularCoordinates.subtractOffset(AngularCoordinates offset)
Subtract an offset from the instance. |
TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.subtractOffset(AngularCoordinates offset)
Subtract an offset from the instance. |
AngularCoordinates |
AngularCoordinates.subtractOffset(AngularCoordinates offset,
boolean computeSpinDerivatives)
Subtract an offset from the instance. |
TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.subtractOffset(AngularCoordinates offset,
boolean computeSpinDerivatives)
Subtract an offset from the instance. |
| Method parameters in org.orekit.utils with type arguments of type AngularCoordinates | |
|---|---|
static AngularCoordinates |
AngularCoordinates.interpolate(AbsoluteDate date,
boolean useRotationRates,
Collection<Pair<AbsoluteDate,AngularCoordinates>> sample)
Deprecated. since 3.1 replaced with TimeStampedAngularCoordinates.interpolate(AbsoluteDate, AngularDerivativesFilter, Collection) |
static AngularCoordinates |
AngularCoordinates.interpolate(AbsoluteDate date,
boolean useRotationRates,
Collection<Pair<AbsoluteDate,AngularCoordinates>> sample,
boolean computeSpinDerivative)
Deprecated. since 3.1 replaced with TimeStampedAngularCoordinates.interpolate(AbsoluteDate, AngularDerivativesFilter, Collection, boolean) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||