BulletCSharp.btGeometryUtil.isPointInsidePlanes C# (CSharp) Метод

isPointInsidePlanes() публичный статический Метод

public static isPointInsidePlanes ( SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t planeEquations, btVector3 point, float margin ) : bool
planeEquations SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t
point btVector3
margin float
Результат bool
        public static bool isPointInsidePlanes(SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t planeEquations, btVector3 point, float margin)
        {
            bool ret = LinearMathPINVOKE.btGeometryUtil_isPointInsidePlanes(SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t.getCPtr(planeEquations), btVector3.getCPtr(point), margin);
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }