예제 #1
0
 @Override
 protected void reset(long cPtr, boolean cMemoryOwn) {
   if (!destroyed) destroy();
   super.reset(CollisionJNI.btGjkConvexCast_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
 }
예제 #2
0
 protected btGjkConvexCast(final String className, long cPtr, boolean cMemoryOwn) {
   super(className, CollisionJNI.btGjkConvexCast_SWIGUpcast(cPtr), cMemoryOwn);
   swigCPtr = cPtr;
 }