I have a Vector2 class in typescript below.
// Vector2.ts class Vector2 { constructor (public x, public y) { this