MCPcopy 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

1import { Point } from "../geometries/point.ts";
2import { createPool } from "../system/pool.ts";
3import { EPSILON } from "./math.ts";
4import { Matrix2d } from "./matrix2d.ts";

Callers

nothing calls this directly

Calls 1

createPoolFunction · 0.90

Tested by

no test coverage detected