Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ clamph
Function
clamph
external/.d3.js:3281–3284 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
3279
}));
3280
3281
function
clamph(value) {
3282
value = (value || 0) % 360;
3283
return
value < 0 ? value + 360 : value;
3284
}
3285
3286
function
clampt(value) {
3287
return
Math.max(0, Math.min(1, value || 0));
Callers
2
clamp
Function · 0.85
formatHsl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected