Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/primitive
/ radians
Function
radians
primitive/util.go:122–124 ·
view source on GitHub ↗
(degrees float64)
Source
from the content-addressed store, hash-verified
120
}
121
122
func
radians(degrees float64) float64 {
123
return
degrees * math.Pi / 180
124
}
125
126
func
degrees(radians float64) float64 {
127
return
radians * 180 / math.Pi
Callers
4
Draw
Method · 0.85
Rasterize
Method · 0.85
Draw
Method · 0.85
Rasterize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…