com.jhlabs.math
Interface Function1D

All Known Implementing Classes:
CompositeFunction1D, MathFunction1D, Noise, SCNoise

public interface Function1D


Method Summary
 float evaluate(float v)
           
 

Method Detail

evaluate

float evaluate(float v)