Interface JCameraScalingFunctionType


public interface JCameraScalingFunctionType
The type of scaling functions for floating point values.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    evaluate(double x)
    Evaluate the function for x.
  • Method Details

    • evaluate

      double evaluate(double x)
      Evaluate the function for x.
      Parameters:
      x - The argument
      Returns:
      A value of type double