Beispiel #1
0
 public virtual void getPlaneEquation(btVector4 plane, int i)
 {
     BulletPINVOKE.btBoxShape_getPlaneEquation(swigCPtr, btVector4.getCPtr(plane), i);
     if (BulletPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
        public btVector4 absolute4()
        {
            btVector4 ret = new btVector4(BulletPINVOKE.btVector4_absolute4(swigCPtr), true);

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