assert(point(1, 2) + vector(1, 2) == point(2, 4)); assert(point(1, 2) - vector(1, 2) == point(0, 0));
See Implementation