Module swim.math
Package swim.math

Interface R3ToZ3Function

  • All Known Subinterfaces:
    R3ToZ3Operator

    public interface R3ToZ3Function
    • Method Detail

      • transformX

        long transformX​(double x,
                        double y,
                        double z)
      • transformY

        long transformY​(double x,
                        double y,
                        double z)
      • transformZ

        long transformZ​(double x,
                        double y,
                        double z)