Transforms the input vector and vector's rate from this axes into the output axes.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnAxesTransformWithRateResult TransformWithRate( System.Object Epoch, IAgCrdnAxes OutputAxes, IAgCartesian3Vector VectorInMyAxes, IAgCartesian3Vector RateInMyAxes ); |
| [Managed C++] |
|---|
public: IAgCrdnAxesTransformWithRateResult^ TransformWithRate( VARIANT Epoch, IAgCrdnAxes ^ OutputAxes, IAgCartesian3Vector ^ VectorInMyAxes, IAgCartesian3Vector ^ RateInMyAxes ); |
| [Java] |
|---|
public IAgCrdnAxesTransformWithRateResult transformWithRate( VARIANT Epoch, IAgCrdnAxes OutputAxes, IAgCartesian3Vector VectorInMyAxes, IAgCartesian3Vector RateInMyAxes ); |
| [Unmanaged C++] |
|---|
|
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
- OutputAxes
- VectorInMyAxes
- RateInMyAxes
Transform a vector and vector's rate to the Earth's Fixed axes.
| [C#] | ||
|---|---|---|
| ||
Transform a vector and vector's rate to the Earth's Fixed axes.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





