Package com.io7m.jcamera
Class JCameraScalingFunctions
java.lang.Object
com.io7m.jcamera.JCameraScalingFunctions
Implementations of various scaling functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic JCameraScalingFunctionTypestatic JCameraScalingFunctionType
-
Method Details
-
scaleIdentity
- Returns:
- A function that returns the given value.
-
scaleSquareRoot
- Returns:
- A function that returns the square root of the given value.
-