BulletCSharp.SWIGTYPE_p_btVector4.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_btVector4 obj ) : HandleRef
obj SWIGTYPE_p_btVector4
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(SWIGTYPE_p_btVector4 obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

 public virtual void getPlaneEquation(SWIGTYPE_p_btVector4 plane, int i)
 {
     BulletCollisionPINVOKE.btBoxShape_getPlaneEquation(swigCPtr, SWIGTYPE_p_btVector4.getCPtr(plane), i);
     if (BulletCollisionPINVOKE.SWIGPendingException.Pending)
     {
         throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
     }
 }