public interface Point
ControlPath
,
Curve
Modifier and Type | Method and Description |
---|---|
double[] |
getLocation()
Returns either a new array or internal temporary array with a copy of the data or a
direct reference to the array.
|
void |
setLocation(double[] p)
Sets the location of the point.
|
void setLocation(double[] p)
double[] getLocation()
Copyright © 2024. All rights reserved.