MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript /

Class

code/draw_layout.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// The familiar Vec type.
2
3class Vec {
4 constructor(x, y) {
5 this.x = x; this.y = y;
6 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected