Module swim.math
Package swim.math

Interface Z2ToR2Function

All Known Subinterfaces:
Z2ToR2Operator

public interface Z2ToR2Function
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    transformX(long x, long y)
     
    double
    transformY(long x, long y)
     
  • Method Details

    • transformX

      double transformX(long x, long y)
    • transformY

      double transformY(long x, long y)