예제 #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_btVector3 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #2
0
        public static btDbvtAabbMm FromPoints(SWIGTYPE_p_p_btVector3 ppts, int n)
        {
            btDbvtAabbMm ret = new btDbvtAabbMm(BulletPINVOKE.btDbvtAabbMm_FromPoints__SWIG_1(SWIGTYPE_p_p_btVector3.getCPtr(ppts), n), true);

            return(ret);
        }