num crossDetXY(num x, num y)

Source

num crossDetXY(num x, num y) => this.x * y - this.y * x;