MCPcopy 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
94function degToRad(deg: number) {
95 return (deg * Math.PI) / 180;
96}
97
98function radToDeg(rad: number) {
99 return (rad * 180) / Math.PI;

Callers 1

angleToCartesianFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected