Interface PointND

  • All Known Implementing Classes:
    SimplePointND

    public interface PointND
    A description of an N-dimensional point
    • Method Detail

      • getDimensions

        int getDimensions()
        Returns:
        the number of dimensions this point has
      • getOrd

        double getOrd​(int axis)
        Parameters:
        axis - the axis to get the value for
        Returns:
        the ordinate value for the given axis