Transforms the input vector and vector's rate from this axes into the output axes.
[Visual Basic .NET] |
---|
Public Function TransformWithRate( _ ByVal Epoch As System.Object, _ ByVal OutputAxes As IAgCrdnAxes, _ ByVal VectorInMyAxes As IAgCartesian3Vector, _ ByVal RateInMyAxes As IAgCartesian3Vector _ ) As |
[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++] |
---|
public: HRESULT TransformWithRate( VARIANT Epoch, IAgCrdnAxes * OutputAxes, IAgCartesian3Vector * VectorInMyAxes, IAgCartesian3Vector * RateInMyAxes, IAgCrdnAxesTransformWithRateResult ** ppRetVal ); |
- 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] | ||
---|---|---|
|