Skip to main content

validate_hull

Function validate_hull 

Source
pub fn validate_hull(hull: &Hull) -> bool
Expand description

Validate that a hull is convex, CCW, and has no collinear points. (b2ValidateHull)