public btBlock beginBlock() { IntPtr cPtr = LinearMathPINVOKE.btStackAlloc_beginBlock(swigCPtr); btBlock ret = (cPtr == IntPtr.Zero) ? null : new btBlock(cPtr, false); return(ret); }
internal static HandleRef getCPtr(btBlock obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public void endBlock(btBlock block) { LinearMathPINVOKE.btStackAlloc_endBlock(swigCPtr, btBlock.getCPtr(block)); }
internal static HandleRef getCPtr(btBlock obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }