Interface CoordinateSystem

    • Method Detail

      • getDimension

        int getDimension()
        Returns the dimension of the coordinate system.
        Returns:
        The dimension of the coordinate system.
      • getAxis

        CoordinateSystemAxis getAxis​(int dimension)
                              throws IndexOutOfBoundsException
        Returns the axis for this coordinate system at the specified dimension. Each coordinate system must have at least one axis.
        Parameters:
        dimension - The zero based index of axis.
        Returns:
        The axis at the specified dimension.
        Throws:
        IndexOutOfBoundsException - if dimension is out of bounds.