예제 #1
0
        public virtual bool getPlaneGeometry(PxPlaneGeometry geometry)
        {
            bool ret = physxPINVOKE.PxShape_getPlaneGeometry(swigCPtr, PxPlaneGeometry.getCPtr(geometry));

            if (physxPINVOKE.SWIGPendingException.Pending)
            {
                throw physxPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
예제 #2
0
        public PxPlaneGeometry plane()
        {
            PxPlaneGeometry ret = new PxPlaneGeometry(physxPINVOKE.PxGeometryHolder_plane__SWIG_0(swigCPtr), false);

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