Exemple #1
0
        public virtual bool getCacheVolume(PxGeometryHolder resultVolume, PxTransform resultPose)
        {
            bool ret = physxPINVOKE.PxVolumeCache_getCacheVolume(swigCPtr, PxGeometryHolder.getCPtr(resultVolume), PxTransform.getCPtr(resultPose));

            if (physxPINVOKE.SWIGPendingException.Pending)
            {
                throw physxPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
 bool getCacheVolume(PxGeometryHolder resultVolume, PxTransform resultPose)
 {
     return(false);
 }
Exemple #3
0
        public virtual PxGeometryHolder getGeometry()
        {
            PxGeometryHolder ret = new PxGeometryHolder(physxPINVOKE.PxShape_getGeometry(swigCPtr), true);

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