SoTrackerReaderGetEulerAngles Method (Int32, Single) |
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 void GetEulerAngles(
int id,
float[] orn
)
Public Sub GetEulerAngles (
id As Integer,
orn As Single()
)
public:
void GetEulerAngles(
int id,
array<float>^ orn
)
member GetEulerAngles :
id : int *
orn : float32[] -> unit
Parameters
- id
- Type: SystemInt32
- orn
- Type: SystemSingle
Remarks
See Also