MCPcopy Create free account
hub / github.com/melonjs/melonJS / vertex.spec.js

File vertex.spec.js

packages/melonjs/tests/vertex.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2import { Matrix3d, Vector2d } from "../src/index.js";
3import {
4 computeVertexNormal,

Callers

nothing calls this directly

Calls 11

normalizeVerticesFunction · 0.90
projectVerticesFunction · 0.90
computeVertexNormalFunction · 0.90
convexHullFunction · 0.90
randomMethod · 0.80
perspectiveMethod · 0.80
translateMethod · 0.45
rotateMethod · 0.45
scaleMethod · 0.45
absMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected