pub unsafe extern "C" fn PxConvexMesh_getPolygonData(
    self_: *const PxConvexMesh,
    index: u32,
    data: *mut PxHullPolygon
) -> bool
Expand description

Returns the polygon data.

True if success.