[][src]Function resphys::contact_ray_aabb

pub fn contact_ray_aabb(
    ray: &Ray,
    aabb_pos: Vec2,
    aabb_half_exts: Vec2
) -> Option<Raycast>