Interface PiecewiseAffineTransform

All Known Implementing Classes:
CompressionTransform, ExpandTransform, PiecewiseAffineComposition

public interface PiecewiseAffineTransform
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    transform(double v)
     
  • Method Details

    • transform

      double transform(double v)