Searched refs:yaw (Results 1 - 6 of 6) sorted by relevance

/external/libxcam/xcore/
H A Dsurview_fisheye_dewarp.cpp98 degree2radian (_extrinsic_param.yaw));
117 SurViewFisheyeDewarp::generate_rotation_matrix(float roll, float pitch, float yaw) argument
129 Mat4f matrix_z(Vec4f(cos(yaw), -sin(yaw), 0.0f, 0.0f),
130 Vec4f(sin(yaw), cos(yaw), 0.0f, 0.0f),
H A Dsurview_fisheye_dewarp.h55 Mat4f generate_rotation_matrix(float roll, float pitch, float yaw);
H A Dcalibration_parser.cpp183 extrinsic_param.yaw = strtof(tok_str, NULL);
/external/vulkan-validation-layers/libs/glm/gtx/
H A Deuler_angles.hpp118 T const & yaw,
126 T const & yaw,
/external/libxcam/xcore/interface/
H A Ddata_types.h95 float yaw; member in struct:XCam::ExtrinsicParameter
99 , roll (0.0f), pitch (0.0f), yaw (0.0f)
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dquaternion.hpp94 /// Build a quaternion from euler angles (pitch, yaw, roll), in radians.
260 /// Returns euler angles, yitch as x, yaw as y, roll as z.
280 /// Returns yaw value of euler angles expressed in radians if GLM_FORCE_RADIANS is defined or degrees otherwise.
284 GLM_FUNC_DECL T yaw(detail::tquat<T, P> const & x);

Completed in 233 milliseconds