BulletCSharp.btGeometryUtil.getPlaneEquationsFromVertices C# (CSharp) Method

getPlaneEquationsFromVertices() public static method

public static getPlaneEquationsFromVertices ( SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t vertices, SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t planeEquationsOut ) : void
vertices SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t
planeEquationsOut SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t
return void
        public static void getPlaneEquationsFromVertices(SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t vertices, SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t planeEquationsOut)
        {
            LinearMathPINVOKE.btGeometryUtil_getPlaneEquationsFromVertices(SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t.getCPtr(vertices), SWIGTYPE_p_btAlignedObjectArrayT_btVector3_t.getCPtr(planeEquationsOut));
            if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
        }