Performs the cross product of two vectors represented using Coord
num cross(Coord point) => ($1 * point.$2) - ($2 * point.$1);