Interface CustomSurfaceDataSeries3D.ValueFunc<T>
Defines function for getting value based on specified radius, theta and phi value
Namespace:
Assembly: .dll
Syntax
public static interface CustomSurfaceDataSeries3D.ValueFunc<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
getValueFor(double r, double theta, double phi)
Gets value for specified radius, theta and phi
Declaration
public abstract T getValueFor(double r, double theta, double phi)
Parameters
| Type | Name | Description |
|---|---|---|
| double | r | The radius to use |
| double | theta | The theta to use |
| double | phi | The phi to use |
Returns
| Type | Description |
|---|---|
| T | The function value for specified values |