Modifier and Type | Method and Description |
---|---|
Vector3DFunction |
TwoSpinBiasSlew.getSpinFunction(Frame frame,
AbsoluteDate zeroAbscissa)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Vector3DFunction |
AbstractOrientationFunction.estimateRateFunction(double dt,
AbsoluteDateInterval interval)
Estimate the
Vector3DFunction from the current OrientationFunction using the
AngularCoordinates.estimateRate(Rotation, Rotation, double) method. |
Vector3DFunction |
OrientationFunction.estimateRateFunction(double dt,
AbsoluteDateInterval interval)
Estimate the
Vector3DFunction from the current OrientationFunction using the
AngularCoordinates.estimateRate(Rotation, Rotation, double) method. |
Modifier and Type | Field and Description |
---|---|
protected Vector3DFunction |
AbstractAngularVelocitiesAttitudeProfile.spinVectorFunction
Angular velocity wrapper
Vector3DFunction . |
Constructor and Description |
---|
AbstractAngularVelocitiesAttitudeProfile(Vector3DFunction spinVectorFunction,
Frame frame,
AbsoluteDateInterval interval,
Rotation rotationRef,
AbsoluteDate dateRef,
AbstractAngularVelocitiesAttitudeProfile.AngularVelocityIntegrationType integType,
double integStep,
int cacheFreq,
String nature)
Constructor.
|
AbstractAngularVelocitiesAttitudeProfile(Vector3DFunction spinVectorFunction,
Frame frame,
AbsoluteDateInterval interval,
Rotation rotationRef,
AbsoluteDate dateRef,
AbstractAngularVelocitiesAttitudeProfile.AngularVelocityIntegrationType integType,
double integStep,
String nature)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVector3DFunction
This abstract class is a time-dependent function representing a vector 3D.
|
Modifier and Type | Method and Description |
---|---|
Vector3DFunction |
AbstractVector3DFunction.nthDerivative(int order)
Compute the
Vector3DFunction representing the n-th derivative of the current vector function. |
Vector3DFunction |
Vector3DFunction.nthDerivative(int order)
Compute the
Vector3DFunction representing the n-th derivative of the current vector function. |
Copyright © 2021 CNES. All rights reserved.