Interface CustomSurfaceDataSeries3D.UVFunc
Defines a function for getting value based on specified U anv V coordinates
Namespace:
Assembly: .dll
Syntax
public static interface CustomSurfaceDataSeries3D.UVFunc
Methods
getValueFor(double u, double v)
Gets value for specified U anv V coordinates
Declaration
public abstract double getValueFor(double u, double v)
Parameters
| Type | Name | Description |
|---|---|---|
| double | u | The U value to use |
| double | v | The V value to use |
Returns
| Type | Description |
|---|---|
| double | The value for specified coordinates |