MCPcopy Create free account
hub / github.com/admtrv/objcurses / rad2deg

Function rad2deg

utils/algorithms.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128float rad2deg(float radian)
129{
130 return radian * 180.f / PI;
131}
132
133float clamp0(float value, float eps)
134{

Callers 1

render_hudFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected