MCPcopy Create free account
hub / github.com/melonjs/melonJS / vector2d.spec.ts

File vector2d.spec.ts

packages/melonjs/tests/vector2d.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2import * as math from "../src/math/math.js";
3import { Vector2d } from "../src/math/vector2d.js";
4

Callers

nothing calls this directly

Calls 15

simFunction · 0.70
cloneMethod · 0.65
toStringMethod · 0.45
setMethod · 0.45
copyMethod · 0.45
equalsMethod · 0.45
addMethod · 0.45
subMethod · 0.45
scaleVMethod · 0.45
negateSelfMethod · 0.45
dotMethod · 0.45
crossMethod · 0.45

Tested by

no test coverage detected