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

Function NormalizeAngleVector

include/NormalizeAngle.h:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76 template <typename T, int Dim>
77 VectorT<T, Dim> NormalizeAngleVector(const VectorT<T, Dim> &Angle)
78 {
79 return NormalizeCustomVector(Angle, M_PI);
80 }
81
82 /** normalize turn rate */
83 template <typename T>

Callers

nothing calls this directly

Calls 1

NormalizeCustomVectorFunction · 0.85

Tested by

no test coverage detected