Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ particle.ts
File
particle.ts
packages/melonjs/src/particles/particle.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ randomFloat } from
"../math/math.ts"
;
2
import
{ Vector2d, vector2dPool } from
"../math/vector2d.ts"
;
3
4
import
type
Container from
"../renderable/container.js"
;
Callers
nothing calls this directly
Calls
2
createPool
Function · 0.90
registerPool
Function · 0.90
Tested by
no test coverage detected