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 IAgCrdnAxesTransformWithRateResult |
[C#] |
---|
public IAgCrdnAxesTransformWithRateResult TransformWithRate( |
[Managed C++] |
---|
public: IAgCrdnAxesTransformWithRateResult^ TransformWithRate( |
[Java] |
---|
public IAgCrdnAxesTransformWithRateResult transformWithRate( |
[Unmanaged C++] |
---|
public: HRESULT TransformWithRate( |
- 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
- Specify an output axes to transform to.
- VectorInMyAxes
- Specify an input vector to be transformed from this axes into the output axes.
- RateInMyAxes
- Specify an input vector rate to be transformed from this axes into the output axes.
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] | ![]() | |
---|---|---|
|