Skip to main content

b3RayCastHull

Function b3RayCastHull 

Source
pub unsafe extern "C" fn b3RayCastHull(
    shape: *const b3HullData,
    input: *const b3RayCastInput,
) -> b3CastOutput
Expand description

Ray cast versus hull shape in local space. A zero length ray is a point query. Initial overlap reports a hit at the ray origin with zero fraction and zero normal.