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

Function NormalizeAngleVelocityVector

include/NormalizeAngle.h:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89 template <typename T, int Dim>
90 VectorT<T, Dim> NormalizeAngleVelocityVector(const VectorT<T, Dim> &AngleVel, const double dt)
91 {
92 return NormalizeCustomVector(AngleVel, M_PI / dt);
93 }
94
95}
96

Callers

nothing calls this directly

Calls 1

NormalizeCustomVectorFunction · 0.85

Tested by

no test coverage detected