pub fn is_positive<T>(poly: &Path<T>) -> boolwhere T: Copy + ToF64,
Test if a polygon has positive orientation (counterclockwise) Direct port from clipper.core.h line 886