pub fn is_degenerate<T: Number>(polygon: &Polygon<T, 3>) -> bool
Returns true if a polygon is degenerate (near-zero area or duplicate vertices).