cpr method

double cpr(
  1. Vec other
)

Implementation

double cpr(Vec other) => x * other.y - y * other.x;