physics3d
Interface ZeroFinder.Function

Enclosing class:
ZeroFinder

public static interface ZeroFinder.Function

ZeroFinder.Function is an interface which specifies a function whose roots can be found by this class.


Method Summary
 double evaluate(double t)
           
 

Method Detail

evaluate

double evaluate(double t)