MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / GetRotMatrix

Method GetRotMatrix

simcore/grading/utils/eval_math.h:114–114  ·  view source on GitHub ↗

get the rotation matrix of the euler

Source from the content-addressed store, hash-verified

112 inline double GetYaw() const { return _yaw; }
113 // get the rotation matrix of the euler
114 inline Eigen::Matrix3d GetRotMatrix() const { return _rot_matrix; }
115};
116
117/**

Callers 15

CEulerMethod · 0.45
CEulerClass · 0.45
GetRotMatrixMethod · 0.45
YawDiffMethod · 0.45
CalLocationXBMethod · 0.45
StepMethod · 0.45
OnExitMethod · 0.45
UpdateMethod · 0.45
TransPoint2BaseCoordMethod · 0.45
BuildFromTrafficMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected