Interface Point


  • public interface Point
    A representation of an n-dimensional point. The dimension of the point is the length of the array returned by the getLocation() method.
    See Also:
    ControlPath, Curve
    • Method Detail

      • getLocation

        double[] getLocation()
        Returns either a new array with a copy of the data or a direct reference to the array. In the case where a copy is returned and later modified, the setLocation must be called to apply the data.