Class JCameraScalingFunctions

java.lang.Object
com.io7m.jcamera.JCameraScalingFunctions

@EqualityReference public final class JCameraScalingFunctions extends Object
Implementations of various scaling functions.
  • Method Details

    • scaleIdentity

      public static JCameraScalingFunctionType scaleIdentity()
      Returns:
      A function that returns the given value.
    • scaleSquareRoot

      public static JCameraScalingFunctionType scaleSquareRoot()
      Returns:
      A function that returns the square root of the given value.