Get the third component of the steering unit vector.
Read-only property
[Visual Basic .NET] |
---|
Public Property DirCosZ() As Double |
[C#] |
---|
public double DirCosZ {get;} |
[Managed C++] |
---|
public: __property double get_DirCosZ(); |
[Unmanaged C++] |
---|
public: HRESULT get_DirCosZ( double * pVal ); |
[Java] |
---|
public double getDirCosZ(); |