BulletCSharp.btPlane.getCPtr C# (CSharp) Method

getCPtr() static private method

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