Description
Gets the reflected body fixed vector.
Syntax
[Visual Basic .NET] |
---|
Public Sub GetReflectedBodyFixedVector( _
ByRef x As Double, _
ByRef y As Double, _
ByRef z As Double _
)
|
[C#] |
---|
public void GetReflectedBodyFixedVector(
ref double x,
ref double y,
ref double z
);
|
[Managed C++] |
---|
public: void GetReflectedBodyFixedVector(
double ^ x,
double ^ y,
double ^ z
);
|
[Unmanaged C++] |
---|
public: HRESULT GetReflectedBodyFixedVector(
double * x,
double * y,
double * z
);
|
[Python - STK API ] |
---|
def GetReflectedBodyFixedVector(self) -> typing.Tuple[float, float, float]:
|
Parameters
See Also