typedef/vectorlike.js

/**
 * @typedef Vector_like
 * @property {number} x
 * @property {number} y
 */