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

Class

Recursive/KochSnowflake.js:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16/** Class to handle the vector calculations. */
17export class Vector2 {
18 constructor(x, y) {
19 this.x = x
20 this.y = y

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected