Function graphene_sys::graphene_ray_intersect_box[][src]

pub unsafe extern "C" fn graphene_ray_intersect_box(
    r: *const graphene_ray_t,
    b: *const graphene_box_t,
    t_out: *mut c_float
) -> graphene_ray_intersection_kind_t