/** 2D vector, used for texture coordinates. */ export type Vec2 = { x: number; y: number }