Skip to main content

b3RayCastHeightField

Function b3RayCastHeightField 

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

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