Skip to main content

is_positive

Function is_positive 

Source
pub fn is_positive<T>(poly: &Path<T>) -> bool
where T: Copy + ToF64,
Expand description

Test if a polygon has positive orientation (counterclockwise) Direct port from clipper.core.h line 886