Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
float deg2rad(float degree)
124
{
125
return degree * PI / 180.f;
126
}
127
128
float rad2deg(float radian)
129
{
Callers
4
rotate_left
Method · 0.85
rotate_right
Method · 0.85
rotate_up
Method · 0.85
rotate_down
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected