Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ degToRad
Function
degToRad
packages/react-stately/src/color/useColorWheelState.ts:94–96 ·
view source on GitHub ↗
(deg: number)
Source
from the content-addressed store, hash-verified
92
}
93
94
function
degToRad(deg: number) {
95
return
(deg * Math.PI) / 180;
96
}
97
98
function
radToDeg(rad: number) {
99
return
(rad * 180) / Math.PI;
Callers
1
angleToCartesian
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected