b3CreateCollisionShapeAddPlane

Function b3CreateCollisionShapeAddPlane 

Source
pub unsafe extern "C" fn b3CreateCollisionShapeAddPlane(
    commandHandle: b3SharedMemoryCommandHandle,
    planeNormal: *const f64,
    planeConstant: f64,
) -> c_int