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