pub fn area<T>(path: &Path<T>) -> f64where T: Copy + ToF64,
Calculate area of a polygon path using the shoelace formula Direct port from clipper.core.h line 854