v360_AddYawPitchRoll
Delphi
function v360_AddYawPitchRoll (Yaw: Double; Pitch: Double; Roll: Double): Boolean;
C++Builder
bool __fastcall v360_AddYawPitchRoll(double Yaw, double Pitch, double Roll);
C#
public bool v360_AddYawPitchRoll(double Yaw, double Pitch, double Roll);
VB.NET
Public Function v360_AddYawPitchRoll(Yaw As Double, Pitch As Double, Roll As Double) As Boolean
C++/Qt
BOOL v360_AddYawPitchRoll (double Yaw, double Pitch, double Roll);
360° video: modifies the point of view. Used to increase or decrease the yaw, pitch or roll, in the -180.0 to 180.0 range.
E.g.:
v360_AddYawPitchRoll (-10.0, 5.5, 0.0);