Skip to main content

is_valid_aabb

Function is_valid_aabb 

Source
pub fn is_valid_aabb(a: Aabb) -> bool
Expand description

Is this a valid bounding box? Not Nan or infinity. Upper bound greater than or equal to lower bound.