Searched defs:EulerAnglesToRotationMatrix (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/include/ceres/
H A Drotation.h123 void EulerAnglesToRotationMatrix(const T* euler, int row_stride, T* R);
126 void EulerAnglesToRotationMatrix(
434 inline void EulerAnglesToRotationMatrix(const T* euler, function in namespace:ceres
438 EulerAnglesToRotationMatrix(euler, RowMajorAdapter3x3(R));
442 void EulerAnglesToRotationMatrix( function in namespace:ceres

Completed in 135 milliseconds