Interface DirectionSolver

    • Method Detail

      • direction

        Vector direction​(GradientGuidedPath p)
                  throws SolverException
        Finds the direction of the minimum using the previously calculated values stored in p.
        Parameters:
        p - a Path object
        Returns:
        a Vector pointing to the minimum direction for this Path
        Throws:
        SolverException