graphene_sys

Function graphene_ray_intersects_sphere

source
pub unsafe extern "C" fn graphene_ray_intersects_sphere(
    r: *const graphene_ray_t,
    s: *const graphene_sphere_t,
) -> bool