Class Bounds


  • public class Bounds
    extends java.lang.Object
    Class containing 5D bounds coordinates
    • Constructor Detail

      • Bounds

        public Bounds​(Coordinates start,
                      Coordinates end)
        Bounds constructor.
        Parameters:
        start - Start coordinates.
        end - End coordinates.
    • Method Detail

      • getStart

        public Coordinates getStart()
        Gets starting coordinates.
        Returns:
        Starting coordinates.
      • getEnd

        public Coordinates getEnd()
        Gets size of bounds for each coordinate.
        Returns:
        Bounds size.
      • getSize

        public Coordinates getSize()
        Gets size of bounds for each coordinate.
        Returns:
        Bounds size.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object