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