Skip to main content

gpu_point_in_aabb

Function gpu_point_in_aabb 

Source
pub fn gpu_point_in_aabb(p: [f32; 3], min: [f32; 3], max: [f32; 3]) -> bool
Expand description

Test whether point p is inside (or on the boundary of) the AABB.