Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ describe, expect, it } from
"vitest"
;
2
import
* as math from
"../src/math/math.js"
;
3
import
{ Vector2d } from
"../src/math/vector2d.js"
;
4
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
add
Method · 0.45
sub
Method · 0.45
scaleV
Method · 0.45
negateSelf
Method · 0.45
dot
Method · 0.45
cross
Method · 0.45
Tested by
no test coverage detected