Function aoc::year2019::day10::angle

source ยท
fn angle(point: Point, other: Point) -> Ordering
Expand description

Positive if clockwise, zero if on the same line, negative if anti-clockwise.