getValueAt method
Calculates and returns the values of the Shape at the given position x
.
x
.length is the dimension of the shape, so a position has n coordinate values.
Implementation
double getValueAt(List<double> x);
Calculates and returns the values of the Shape at the given position x
.
x
.length is the dimension of the shape, so a position has n coordinate values.
double getValueAt(List<double> x);