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

Function deg2rad

utils/algorithms.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123float deg2rad(float degree)
124{
125 return degree * PI / 180.f;
126}
127
128float rad2deg(float radian)
129{

Callers 4

rotate_leftMethod · 0.85
rotate_rightMethod · 0.85
rotate_upMethod · 0.85
rotate_downMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected