pub unsafe extern "C" fn b3CloneAndTransformHull(
original: *const b3HullData,
transform: b3Transform,
scale: b3Vec3,
) -> *mut b3HullDataExpand description
Clone and transform a hull. Supports non-uniform and mirroring scale.
pub unsafe extern "C" fn b3CloneAndTransformHull(
original: *const b3HullData,
transform: b3Transform,
scale: b3Vec3,
) -> *mut b3HullDataClone and transform a hull. Supports non-uniform and mirroring scale.