Exemplo n.º 1
0
        public virtual bool getSphereGeometry(PxSphereGeometry geometry)
        {
            bool ret = physxPINVOKE.PxShape_getSphereGeometry(swigCPtr, PxSphereGeometry.getCPtr(geometry));

            if (physxPINVOKE.SWIGPendingException.Pending)
            {
                throw physxPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PxSphereGeometry obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
        public PxSphereGeometry sphere()
        {
            PxSphereGeometry ret = new PxSphereGeometry(physxPINVOKE.PxGeometryHolder_sphere__SWIG_0(swigCPtr), false);

            return(ret);
        }