pub unsafe extern "C" fn PxCapsuleGeometry_new(
    radius_: f32,
    halfHeight_: f32
) -> PxCapsuleGeometry
Expand description

Constructor, initializes to a capsule with passed radius and half height.