MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / RadsToDegrees

Function RadsToDegrees

jni/stasm/misc.h:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static inline double RadsToDegrees(const double rads)
169{
170 return 180 * rads / 3.14159265358979323846264338328;
171}
172
173static const int INVALID = 99999; // used to specify unavail eye locations, etc
174

Callers 3

EyeAngleFunction · 0.85
InitGradMagAndOrientMatsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected