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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
getLocation()
Returns either a new array with a copy of the data or a direct reference to the array.
-