Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ vector3d.spec.ts
File
vector3d.spec.ts
packages/melonjs/tests/vector3d.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"vitest"
;
2
import
{ math, Vector2d, Vector3d } from
"../src/index.js"
;
3
4
describe(
"Vector3d"
, () => {
Callers
nothing calls this directly
Calls
15
sim
Function · 0.70
clone
Method · 0.65
toString
Method · 0.45
set
Method · 0.45
copy
Method · 0.45
equals
Method · 0.45
setV
Method · 0.45
add
Method · 0.45
sub
Method · 0.45
scaleV
Method · 0.45
scale
Method · 0.45
negateSelf
Method · 0.45
Tested by
no test coverage detected