MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / RotationMatrix2D

Function RotationMatrix2D

include/Geometry.h:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 /** 2D */
49 template <typename T>
50 MatrixT<T, 2, 2> RotationMatrix2D(T Yaw)
51 {
52 const Rotation2DT<T> Rot2D(Yaw);
53 return Rot2D.toRotationMatrix();
54 }
55
56 template <typename T>
57 VectorT<T, 3> RelativeMotion2D(const T* PointOld, const T* YawOld, const T* PointNew, const T* const YawNew)

Callers 2

RelativeMotion2DFunction · 0.85
predictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected