Skip to main content

b3RayCastCapsule

Function b3RayCastCapsule 

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

Ray cast versus capsule 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.