fn determinant(a: Point, b: Point) -> i64
Find the determinant of each pair of points casting to i64 to prevent overflow.
i64