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

/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DMatrix.h29 static Matrix4 rollPitchYaw(float roll, float pitch, float yaw);
H A DMatrix.cpp91 Matrix4 Matrix4::rollPitchYaw(float roll, float pitch, float yaw) argument
93 return rotate(yaw, Vector3(0, 0, 1)) *
/external/ceres-solver/include/ceres/
H A Drotation.h119 // The {pitch,roll,yaw} Euler angles are rotations around the {x,y,z}
450 const T yaw(euler[2] * degrees_to_radians);
452 const T c1 = cos(yaw);
453 const T s1 = sin(yaw);

Completed in 98 milliseconds