Description
The body-fixed Z axis is fixed in inertial
space using the selected coordinate type. The X axis is then
constrained, via motion in the yaw sense about the body-fixed Z
axis, toward the nadir direction.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
Public Property Inertial() As IAgDirection
|
[C#] |
public IAgDirection Inertial {get;}
|
[Managed C++] |
public: __property IAgDirection^ get_Inertial();
|
[Unmanaged C++] |
public: HRESULT get_Inertial(
IAgDirection ** ppRetVal
);
|
[Java] |
public IAgDirection getInertial();
|
See Also