Skip to main content

is_valid_aabb

Function is_valid_aabb 

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

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