pub fn signed_twice_area_2d(a: Point2, b: Point2, c: Point2) -> f64
Returns twice the signed area of the triangle formed by three 2D points.