The object acceleration in the requested
frame. Only eUtFrameInertial and eUtFrameFixed are supported.
| [Visual Basic .NET] |
|---|
Public Sub Acceleration( _
ByVal Frame As AgEUtFrame, _
ByRef Ax As Double, _
ByRef Ay As Double, _
ByRef Az As Double _
)
|
| [C#] |
|---|
public void Acceleration(
|
| [Managed C++] |
|---|
public: void Acceleration(
|
| [Java] |
|---|
public acceleration(
|
| [Unmanaged C++] |
|---|
public: HRESULT Acceleration(
|
- Frame
-
Requested frame to express the resultsMember Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5 - Ax
- The X-component of acceleration in the requested frame, as observed rotating with that frame
- Ay
- The Y-component of acceleration in the requested frame, as observed rotating with that frame
- Az
- The Z-component of acceleration in the requested frame, as observed rotating with that frame