pub fn gpu_point_in_aabb(p: [f32; 3], min: [f32; 3], max: [f32; 3]) -> bool
Test whether point p is inside (or on the boundary of) the AABB.
p