public static PxTransform PxTransformFromPlaneEquation(PxPlane plane) { PxTransform ret = new PxTransform(physxPINVOKE.PxTransformFromPlaneEquation(PxPlane.getCPtr(plane)), true); if (physxPINVOKE.SWIGPendingException.Pending) { throw physxPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PxPlane inverseTransform(PxPlane plane) { PxPlane ret = new PxPlane(physxPINVOKE.PxTransform_inverseTransform(swigCPtr, PxPlane.getCPtr(plane)), true); if (physxPINVOKE.SWIGPendingException.Pending) { throw physxPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }