Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NianBroken/Firework_Simulator
/ fitShellPositionInBoundsV
Function
fitShellPositionInBoundsV
js/script.js:866–868 ·
view source on GitHub ↗
(position)
Source
from the content-addressed store, hash-verified
864
}
865
866
function
fitShellPositionInBoundsV(position) {
867
return
position * 0.75;
868
}
869
870
function
getRandomShellPositionH() {
871
return
fitShellPositionInBoundsH(Math.random());
Callers
2
getRandomShellPositionV
Function · 0.85
getRandomShellSize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected