CustomFreeSurfaceDataSeries3D<TX,TY,TZ> Constructor
Syntax
public CustomFreeSurfaceDataSeries3D<TX,TY,TZ>( int uCount, int vCount, Func<double,double,double> radialDistanceFunction, Func<double,double,double> azimuthalAngleFunction, Func<double,double,double> polarAngleFunction, Func<double,double,double,TX> xFunction, Func<double,double,double,TY> yFunction, Func<double,double,double,TZ> zFunction, double uMin, double uMax, double vMin, double vMax )
Parameters
- uCount
- vCount
- radialDistanceFunction
- azimuthalAngleFunction
- polarAngleFunction
- xFunction
- yFunction
- zFunction
- uMin
- uMax
- vMin
- vMax
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also