Package com.io7m.jcamera
Interface JCameraScalingFunctionType
public interface JCameraScalingFunctionType
The type of scaling functions for floating point values.
-
Method Summary
-
Method Details
-
evaluate
double evaluate(double x) Evaluate the function forx.- Parameters:
x- The argument- Returns:
- A value of type
double
-