Searched defs:AVSphericalMapping (Results 1 – 1 of 1) sorted by relevance
82 typedef struct AVSphericalMapping { struct86 enum AVSphericalProjection projection;126 int32_t yaw; ///< Rotation around the up vector [-180, 180].127 int32_t pitch; ///< Rotation around the right vector [-90, 90].128 int32_t roll; ///< Rotation around the forward vector [-180, 180].183 } AVSphericalMapping; argument