crossDetXY method

num crossDetXY(
  1. num x,
  2. num y
)

Implementation

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