Function aoc::year2023::day18::determinant

source ยท
fn determinant(a: Point, b: Point) -> i64
Expand description

Find the determinant of each pair of points casting to i64 to prevent overflow.