Beispiel #1
0
        public static btQuantizedBvh deSerializeInPlace(SWIGTYPE_p_void i_alignedDataBuffer, uint i_dataBufferSize, bool i_swapEndian)
        {
            global::System.IntPtr cPtr = BulletPINVOKE.btQuantizedBvh_deSerializeInPlace(SWIGTYPE_p_void.getCPtr(i_alignedDataBuffer), i_dataBufferSize, i_swapEndian);
            btQuantizedBvh        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new btQuantizedBvh(cPtr, false);

            return(ret);
        }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(btQuantizedBvh obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }