Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/ Vector2.test.js
File
Vector2.test.js
Data-Structures/Vectors/test/Vector2.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Vector2 } from
'../Vector2.js'
2
3
describe(
'Vector2'
, () => {
4
describe(
'#equalsExactly'
, () => {
Callers
nothing calls this directly
Calls
11
equalsExactly
Method · 0.80
equalsApproximately
Method · 0.80
normalize
Method · 0.80
distance
Method · 0.80
dotProduct
Method · 0.80
angleBetween
Method · 0.80
add
Method · 0.45
subtract
Method · 0.45
multiply
Method · 0.45
length
Method · 0.45
rotate
Method · 0.45
Tested by
no test coverage detected