Module swim.math
Package swim.math

Interface R3ToZ3Function

All Known Subinterfaces:
R3ToZ3Operator

public interface R3ToZ3Function
  • Method Summary

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

    • 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)