BulletCSharp.SWIGTYPE_p_btAlignedObjectArrayT_GrahamVector3_t.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

 public static void GrahamScanConvexHull2D(SWIGTYPE_p_btAlignedObjectArrayT_GrahamVector3_t originalPoints, SWIGTYPE_p_btAlignedObjectArrayT_GrahamVector3_t hull, btVector3 normalAxis)
 {
     LinearMathPINVOKE.GrahamScanConvexHull2D(SWIGTYPE_p_btAlignedObjectArrayT_GrahamVector3_t.getCPtr(originalPoints), SWIGTYPE_p_btAlignedObjectArrayT_GrahamVector3_t.getCPtr(hull), btVector3.getCPtr(normalAxis));
     if (LinearMathPINVOKE.SWIGPendingException.Pending)
     {
         throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
     }
 }
SWIGTYPE_p_btAlignedObjectArrayT_GrahamVector3_t