MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript /

Class

Data-Structures/Vectors/Vector2.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 */
7
8class Vector2 {
9 constructor(x, y) {
10 this.x = x
11 this.y = y

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected