crossDet method

num crossDet(
  1. Vector vec
)

Implementation

num crossDet(Vector vec) => x * vec.y - y * vec.x;