pub unsafe extern "C" fn b2ShapeCastSegment(
input: *const b2ShapeCastInput,
shape: *const b2Segment,
) -> b2CastOutputExpand description
Shape cast versus a line segment. Initial overlap is treated as a miss.
pub unsafe extern "C" fn b2ShapeCastSegment(
input: *const b2ShapeCastInput,
shape: *const b2Segment,
) -> b2CastOutputShape cast versus a line segment. Initial overlap is treated as a miss.