The acceleration in meters/second^2 contribution of the indicated Type, returned as cartesian components in the specified frame as the array X, Y, Z.
[Visual Basic .NET] |
---|
Public Function GetAcceleration_Array( _ ByVal Type As AgEAccelType, _ ByVal Frame As AgEUtFrame _ ) As System.Array |
[C#] |
---|
public System.Array GetAcceleration_Array( AgEAccelType Type, AgEUtFrame Frame ); |
[Managed C++] |
---|
public: System::Array GetAcceleration_Array( AgEAccelType Type, AgEUtFrame Frame ); |
[Unmanaged C++] |
---|
public: HRESULT GetAcceleration_Array( AgEAccelType Type, AgEUtFrame Frame, SAFEARRAY * * pArray ); |
[Java] |
---|
public AgSafeArray getAcceleration_Array( AgEAccelType Type, AgEUtFrame Frame ); |
- Type
- Acceleration type (i.e., a constituent of the force model).
- Frame
- Requested frame to express the results.
An array containing the acceleration contribution in the requested frame.