The acceleration in meters/second^2 contribution of the indicated Type, returned as cartesian components in the specified frame.
[Visual Basic .NET] |
---|
Public Sub GetAcceleration( _ ByVal Type As AgEAccelType, _ ByVal Frame As AgEUtFrame, _ ByRef X As Double, _ ByRef Y As Double, _ ByRef Z As Double _ ) |
[C#] |
---|
public void GetAcceleration( AgEAccelType Type, AgEUtFrame Frame, ref double X, ref double Y, ref double Z ); |
[Managed C++] |
---|
public: void GetAcceleration( AgEAccelType Type, AgEUtFrame Frame, double ^ X, double ^ Y, double ^ Z ); |
[Unmanaged C++] |
---|
public: HRESULT GetAcceleration( AgEAccelType Type, AgEUtFrame Frame, double * X, double * Y, double * Z ); |
- Type
- Acceleration type (i.e., a constituent of the force model).
- Frame
- Requested frame to express the results.
- X
- X component of the acceleration contribution in requested frame.
- Y
- Y component of the acceleration contribution in requested frame.
- Z
- Z component of the acceleration contribution in requested frame.