Skip to main content

b3RayCastMesh

Function b3RayCastMesh 

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

Ray cast versus mesh in local space. A thin surface with no interior, so there is no overlap case.