MCPcopy 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
866function fitShellPositionInBoundsV(position) {
867 return position * 0.75;
868}
869
870function getRandomShellPositionH() {
871 return fitShellPositionInBoundsH(Math.random());

Callers 2

getRandomShellPositionVFunction · 0.85
getRandomShellSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected