v360_GetYawPitchRoll
Delphi
procedure v360_GetYawPitchRoll (var Yaw: Double; var Pitch: Double; var Roll: Double);
C++Builder
void __fastcall v360_GetYawPitchRoll(double &Yaw, double &Pitch, double &Roll);
C#
public void v360_GetYawPitchRoll(ref double Yaw, ref double Pitch, ref double Roll);
VB.NET
Public Sub v360_GetYawPitchRoll(ByRef Yaw As Double, ByRef Pitch As Double, ByRef Roll As Double)
C++/Qt
void v360_GetYawPitchRoll (double *Yaw, double *Pitch, double *Roll);
360° video: retrieves the current point of view (yaw, pitch and roll).