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

Function rad2deg

src/Geometry.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 return Deg / 180.0 * M_PI;
31 }
32 double rad2deg(const double Rad)
33 {
34 return Rad * 180.0 / M_PI;
35 }
36
37 Vector3 QuaternionError(const Quaternion Q1,
38 const Quaternion Q2,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected