BulletCSharp.btBoxShape.getPlaneEquation C# (CSharp) Method

getPlaneEquation() public method

public getPlaneEquation ( SWIGTYPE_p_btVector4 plane, int i ) : void
plane SWIGTYPE_p_btVector4
i int
return void
        public virtual void getPlaneEquation(SWIGTYPE_p_btVector4 plane, int i)
        {
            BulletCollisionPINVOKE.btBoxShape_getPlaneEquation(swigCPtr, SWIGTYPE_p_btVector4.getCPtr(plane), i);
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
        }