MCPcopy Create free account
hub / github.com/ceres-solver/ceres-solver / EulerAnglesToRotationMatrix

Function EulerAnglesToRotationMatrix

include/ceres/rotation.h:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630
631template <typename T>
632inline void EulerAnglesToRotationMatrix(const T* euler,
633 const int row_stride_parameter,
634 T* R) {
635 EulerAnglesToRotationMatrix(euler, RowMajorAdapter3x3(R));
636}
637
638template <typename T, int row_stride, int col_stride>
639void EulerAnglesToRotationMatrix(

Callers 2

CompareEulerToAngleAxisFunction · 0.85
TESTFunction · 0.85

Calls 3

RowMajorAdapter3x3Function · 0.85
cosFunction · 0.85
sinFunction · 0.85

Tested by 2

CompareEulerToAngleAxisFunction · 0.68
TESTFunction · 0.68