Skip to content

v360_SetYawPitchRoll

method

Delphi
function v360_SetYawPitchRoll (Yaw: Double; Pitch: Double; Roll: Double): Boolean;
C++Builder
bool __fastcall v360_SetYawPitchRoll(double Yaw, double Pitch, double Roll);
C#
public bool v360_SetYawPitchRoll(double Yaw, double Pitch, double Roll);
VB.NET
Public Function v360_SetYawPitchRoll(Yaw As Double, Pitch As Double, Roll As Double) As Boolean
C++/Qt
BOOL v360_SetYawPitchRoll (double Yaw, double Pitch, double Roll);

360° video: sets the point of view by setting the yaw, pitch or roll, in the -180.0 to 180.0 range. E.g.:

v360_SetYawPitchRoll (12.0, 5.0, 0.0);