Searched refs:euler (Results 1 – 3 of 3) sorted by relevance
/external/ceres-solver/include/ceres/ |
D | rotation.h | 123 void EulerAnglesToRotationMatrix(const T* euler, int row_stride, T* R); 127 const T* euler, 434 inline void EulerAnglesToRotationMatrix(const T* euler, in EulerAnglesToRotationMatrix() argument 438 EulerAnglesToRotationMatrix(euler, RowMajorAdapter3x3(R)); in EulerAnglesToRotationMatrix() 443 const T* euler, in EulerAnglesToRotationMatrix() argument 448 const T pitch(euler[0] * degrees_to_radians); in EulerAnglesToRotationMatrix() 449 const T roll(euler[1] * degrees_to_radians); in EulerAnglesToRotationMatrix() 450 const T yaw(euler[2] * degrees_to_radians); in EulerAnglesToRotationMatrix()
|
/external/ceres-solver/docs/source/ |
D | modeling.rst | 1592 .. function:: void EulerAnglesToRotationMatrix<T, row_stride, col_stride>(const T* euler, const Mat… 1593 .. function:: void EulerAnglesToRotationMatrix<T>(const T* euler, int row_stride, T* R)
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |