Class Trajectory.Boundary

    • Field Summary

      Fields 
      Modifier and Type Field Description
      double fraction
      Fraction.
      int index
      Rounded-down index.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue​(float[] array)
      Returns the value at the boundary in the array.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • index

        public final int index
        Rounded-down index.
      • fraction

        public final double fraction
        Fraction.
    • Method Detail

      • toString

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

        public double getValue​(float[] array)
        Returns the value at the boundary in the array.
        Parameters:
        array - float[]; float[] array
        Returns:
        double; value at the boundary in the array