Skip to main content

point_inside_aabb

Function point_inside_aabb 

Source
pub fn point_inside_aabb<T: Float, V: VecN<T> + VecFloatOps<T>>(
    p: V,
    aabb_min: V,
    aabb_max: V,
) -> bool
Expand description

returns true if point p is inside the aabb defined by aabb_min and aabb_max