![]() |
Plot3DSimpleSurface()








Public Function |
Declared in: NiPlot3d.h |
Declaration
Description
Plots a matrix of data as a simple surface plot.
Notes:
1. The Z matrix provides the Z data for the surface while the matrix indices provide the X-Y coordinate data.
2. The W matrix provides the magnitude data, which the function uses to define the color assigned to each vertex in the plot.
3. See the CNiPlot3D overview for information about using date/time values.
Parameters
const CNiMatrix& Z
const CNiMatrix& W
Z data to plot.
Magnitude data.