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

File obsvervableVector3d.spec.ts

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

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2import { math, ObservableVector3d, Vector2d, Vector3d } from "../src/index.js";
3
4describe("ObservableVector3d : constructor", () => {

Callers

nothing calls this directly

Calls 15

simFunction · 0.70
setMutedMethod · 0.65
toStringMethod · 0.45
equalsMethod · 0.45
setMethod · 0.45
revokeMethod · 0.45
copyMethod · 0.45
setVMethod · 0.45
addMethod · 0.45
subMethod · 0.45
scaleVMethod · 0.45
scaleMethod · 0.45

Tested by

no test coverage detected