SoTrackerReaderGetEulerAngles Method (Int32) |
Gets the Euler angle values for sensor identified by id.
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SbVec3f GetEulerAngles(
int id
)
Public Function GetEulerAngles (
id As Integer
) As SbVec3f
public:
SbVec3f GetEulerAngles(
int id
)
member GetEulerAngles :
id : int -> SbVec3f
Parameters
- id
- Type: SystemInt32
Return Value
Type:
SbVec3f
Remarks
See Also