示例#1
0
 public btConvexInternalShapeData getConvexInternalShapeData() {
   long cPtr = CollisionJNI.btConeShapeData_convexInternalShapeData_get(swigCPtr, this);
   return (cPtr == 0) ? null : new btConvexInternalShapeData(cPtr, false);
 }