Return the values of the data at the world-space positions given by x, y, z
Parameters : | x : number or ndarray
y : number or ndarray
z : number or ndarray
interpolation : None, ‘continuous’ or ‘nearest’, optional
|
---|---|
Returns : | values : number or ndarray
|