pub unsafe extern "C" fn PxCapsuleGeometry_new(
radius_: f32,
halfHeight_: f32,
) -> PxCapsuleGeometryExpand description
Constructor, initializes to a capsule with passed radius and half height.
pub unsafe extern "C" fn PxCapsuleGeometry_new(
radius_: f32,
halfHeight_: f32,
) -> PxCapsuleGeometryConstructor, initializes to a capsule with passed radius and half height.