MCPcopy 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

1import { Vector2 } from '../Vector2.js'
2
3describe('Vector2', () => {
4 describe('#equalsExactly', () => {

Callers

nothing calls this directly

Calls 11

equalsExactlyMethod · 0.80
equalsApproximatelyMethod · 0.80
normalizeMethod · 0.80
distanceMethod · 0.80
dotProductMethod · 0.80
angleBetweenMethod · 0.80
addMethod · 0.45
subtractMethod · 0.45
multiplyMethod · 0.45
lengthMethod · 0.45
rotateMethod · 0.45

Tested by

no test coverage detected