b2ValidateHull

Function b2ValidateHull 

Source
pub unsafe extern "C" fn b2ValidateHull(hull: *const b2Hull) -> bool
Expand description

This determines if a hull is valid. Checks for:

  • convexity
  • collinear points This is expensive and should not be called at runtime.