Namespace com.scichart.charting3d.model.dataSeries.freeSurface
Classes
CustomSurfaceDataSeries3D<TX,TY,TZ>
The mesh data series defined by parametrized in regards to spherical coordinates system: Radius, Pole, Azimuth.
CylindroidDataSeries3D<TXZ,TY>
Data Series that defines the Cylindroid in 3-Dimensional space
DisplaceableFreeSurfaceDataSeries3D<TX,TY,TZ,TDisplacement>
2D grid based free shaped 3D surface with displacement.
EllipsoidDataSeries3D<TXYZ>
Data Series that defines the Ellipsoid in 3-Dimensional space by the Standard equation
FreeSurfaceDataSeries3D<TX,TY,TZ>
2D grid based free shaped 3D surface.
MeshIndexCalculator
Helper class which helps to map 2D mesh
PolarDataSeries3D<TPolar,THeight>
Data Series that defines the polar chart in 3D space.
XyzDisplaceableFreeSurfaceDataSeries3D<TXYZ>
Free Surface data series with the grid data, applied to its points displacing them along the XYZ axes.
XzDisplaceableFreeSurfaceDataSeries3D<TXZ,TY>
Free Surface data series with the grid data, applied to its points displacing them along the XZ axes.
YDisplaceableFreeSurfaceDataSeries3D<TX,TY,TZ>
2D grid based free shaped 3D surface with dip.
Interfaces
CustomSurfaceDataSeries3D.UVFunc
Defines a function for getting value based on specified U anv V coordinates
CustomSurfaceDataSeries3D.ValueFunc<T>
Defines function for getting value based on specified radius, theta and phi value
DisplacementAxis3D
Enumerates 3D axes along which displacement map is applied.
IDisplaceableFreeSurfaceDataSeries3DValues<TX,TY,TZ>
Defines the interface to FreeSurfaceDataSeries3D values with the Displacement Map, applied to its points displacing them along X and/or Y and/or Z axes.
IFreeSurfaceDataSeries3DValues<TX,TY,TZ>
Defines the interface to and FreeSurfaceDataSeries3D values, 2D grid based free shaped 3D surface.